summaryrefslogtreecommitdiff
path: root/apps/radio/radioart.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/radio/radioart.c')
-rw-r--r--apps/radio/radioart.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/radio/radioart.c b/apps/radio/radioart.c
index 5e501414ca..e21b135342 100644
--- a/apps/radio/radioart.c
+++ b/apps/radio/radioart.c
@@ -74,10 +74,10 @@ static int load_radioart_image(struct radioart *ra, const char* preset_name,
74 if (!file_exists(path)) 74 if (!file_exists(path))
75 { 75 {
76#ifndef HAVE_NOISY_IDLE_MODE 76#ifndef HAVE_NOISY_IDLE_MODE
77 cpu_idle_mode(true); 77 cpu_idle_mode(true);
78#endif 78#endif
79 return -1; 79 return -1;
80 } 80 }
81 strlcpy(ra->name, preset_name, MAX_FMPRESET_LEN+1); 81 strlcpy(ra->name, preset_name, MAX_FMPRESET_LEN+1);
82 ra->dim.height = dim->height; 82 ra->dim.height = dim->height;
83 ra->dim.width = dim->width; 83 ra->dim.width = dim->width;