1
0
Fork 0
forked from len0rd/rockbox

Fix comment

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12054 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Greg White 2007-01-17 19:54:35 +00:00
parent f4b161813f
commit 1ab8f32780

View file

@ -621,7 +621,7 @@ int main(int argc, char **argv)
ascii = true; ascii = true;
break; break;
case 'r': /* Ascii art */ case 'r': /* Raw File */
raw = true; raw = true;
break; break;