diff options
author | Michael Sparmann <theseven@rockbox.org> | 2011-01-02 22:22:51 +0000 |
---|---|---|
committer | Michael Sparmann <theseven@rockbox.org> | 2011-01-02 22:22:51 +0000 |
commit | 886e97221bc6105057116a6a7303b15710c9e06f (patch) | |
tree | 11364174304a9f2a4f10e8f2c67fc17ff4e18d78 /apps/main.c | |
parent | 9f78d3809707cd38d49be1557c311c9a95aca2ef (diff) | |
download | rockbox-886e97221bc6105057116a6a7303b15710c9e06f.tar.gz rockbox-886e97221bc6105057116a6a7303b15710c9e06f.tar.bz2 rockbox-886e97221bc6105057116a6a7303b15710c9e06f.zip |
Fix an ugly-looking comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28945 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/main.c')
-rw-r--r-- | apps/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/main.c b/apps/main.c index dd1f60a849..a7d6dc395c 100644 --- a/apps/main.c +++ b/apps/main.c @@ -553,7 +553,7 @@ static void init(void) lcd_putsf(0, 1, "ATA error: %d", rc); lcd_puts(0, 3, "Press ON to debug"); lcd_update(); - while(!(button_get(true) & BUTTON_REL)); /*DO NOT CHANGE TO ACTION SYSTEM */ + while(!(button_get(true) & BUTTON_REL)); /* DO NOT CHANGE TO ACTION SYSTEM */ dbg_ports(); #endif panicf("ata: %d", rc); |