diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-08-30 11:45:56 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-08-30 11:45:56 +0000 |
commit | dffcd1560858e0262a798e323da0170574fa2641 (patch) | |
tree | a43672523006b1db5ef98055878073c4e152bbbf /apps/pcm_recording.c | |
parent | 7731945238c19b201837c62816cb611a98904eb9 (diff) |
Ooops, forgot to remove the line selector for the iriver target build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7425 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/pcm_recording.c')
-rw-r--r-- | apps/pcm_recording.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/pcm_recording.c b/apps/pcm_recording.c index 9df44a5b30..af99be117c 100644 --- a/apps/pcm_recording.c +++ b/apps/pcm_recording.c @@ -71,7 +71,7 @@ bool pcm_rec_screen(void) lcd_setfont(FONT_SYSFIXED); lcd_getstringsize("M", &w, &h); - lcd_setmargins(global_settings.invert_cursor ? 0 : w, 8); + lcd_setmargins(0, 8); play_vol = 120; |