diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2002-06-12 09:01:50 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2002-06-12 09:01:50 +0000 |
| commit | 1165b9a63fc6151c742267bda665833ca0fd3088 (patch) | |
| tree | 6ae4dbe4128486c1a977020dc8d9680162373235 | |
| parent | cf55acfb294669850563a2672633bd07c22888c8 (diff) | |
| download | rockbox-1165b9a63fc6151c742267bda665833ca0fd3088.zip rockbox-1165b9a63fc6151c742267bda665833ca0fd3088.tar.gz rockbox-1165b9a63fc6151c742267bda665833ca0fd3088.tar.bz2 rockbox-1165b9a63fc6151c742267bda665833ca0fd3088.tar.xz | |
Removed erroneous {
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@973 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/tree.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c index 13547ee..578225a 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -237,7 +237,6 @@ bool dirbrowse(char *root) lcd_putsxy(0,0, "[Browse]",0); lcd_setmargins(0,MARGIN_Y); lcd_setfont(0); -} #endif memcpy(currdir,root,sizeof(currdir)); |