summaryrefslogtreecommitdiff
path: root/apps/radio
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2011-05-08 20:35:29 +0000
committerBertrik Sikken <bertrik@sikken.nl>2011-05-08 20:35:29 +0000
commitab99e941dbf0481a1c0abb3767a745d23b53bfd2 (patch)
treec29f29102cb45ea7b1e474e979cd7b1bf38f1015 /apps/radio
parentd68d02ec115d464e40ee70fa117d0a43158c9376 (diff)
downloadrockbox-ab99e941dbf0481a1c0abb3767a745d23b53bfd2.tar.gz
rockbox-ab99e941dbf0481a1c0abb3767a745d23b53bfd2.zip
More tab fixes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29840 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/radio')
-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;