summaryrefslogtreecommitdiff
path: root/apps/misc.c
diff options
context:
space:
mode:
authorMustapha Senhaji <moos@rockbox.org>2011-01-18 00:37:17 +0000
committerMustapha Senhaji <moos@rockbox.org>2011-01-18 00:37:17 +0000
commitccad6d0dafc207e0e3a584e26fa6155f13db9dba (patch)
tree10af9a4168a72fb775d78d92ce29997d9420939e /apps/misc.c
parentd2cc5ce58e875a28742ab2fb1707e195b7fc1e34 (diff)
downloadrockbox-ccad6d0dafc207e0e3a584e26fa6155f13db9dba.tar.gz
rockbox-ccad6d0dafc207e0e3a584e26fa6155f13db9dba.zip
Few whitespace fixes by Michael Hohmuth FS#11885
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29082 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/misc.c')
-rw-r--r--apps/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/misc.c b/apps/misc.c
index 22f71507ba..94b2de4a3f 100644
--- a/apps/misc.c
+++ b/apps/misc.c
@@ -764,7 +764,7 @@ void check_bootfile(bool do_rolo)
764 static const struct text_message message={ lines, 2 }; 764 static const struct text_message message={ lines, 2 };
765 button_clear_queue(); /* Empty the keyboard buffer */ 765 button_clear_queue(); /* Empty the keyboard buffer */
766 if(gui_syncyesno_run(&message, NULL, NULL) == YESNO_YES) 766 if(gui_syncyesno_run(&message, NULL, NULL) == YESNO_YES)
767 rolo_load(BOOTDIR "/" BOOTFILE); 767 rolo_load(BOOTDIR "/" BOOTFILE);
768 } 768 }
769 } 769 }
770 wrtdate = info.wrtdate; 770 wrtdate = info.wrtdate;