summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-06-12 09:01:50 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-06-12 09:01:50 +0000
commit1165b9a63fc6151c742267bda665833ca0fd3088 (patch)
tree6ae4dbe4128486c1a977020dc8d9680162373235 /apps/tree.c
parentcf55acfb294669850563a2672633bd07c22888c8 (diff)
downloadrockbox-1165b9a63fc6151c742267bda665833ca0fd3088.tar.gz
rockbox-1165b9a63fc6151c742267bda665833ca0fd3088.zip
Removed erroneous {
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@973 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 13547ee2b1..578225a540 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -237,7 +237,6 @@ bool dirbrowse(char *root)
237 lcd_putsxy(0,0, "[Browse]",0); 237 lcd_putsxy(0,0, "[Browse]",0);
238 lcd_setmargins(0,MARGIN_Y); 238 lcd_setmargins(0,MARGIN_Y);
239 lcd_setfont(0); 239 lcd_setfont(0);
240}
241#endif 240#endif
242 memcpy(currdir,root,sizeof(currdir)); 241 memcpy(currdir,root,sizeof(currdir));
243 242