summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-11-18 09:03:25 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-11-18 09:03:25 +0000
commit09fce707c117aa4006ca30a5a0bf9eb7a89e2caa (patch)
tree9345d5f6d7d06e122520347a3d9fa3127d3bd4fe /apps/tree.c
parentfe2c40aedb514126605d5c370ad9792cceadac57 (diff)
downloadrockbox-09fce707c117aa4006ca30a5a0bf9eb7a89e2caa.zip
rockbox-09fce707c117aa4006ca30a5a0bf9eb7a89e2caa.tar.gz
rockbox-09fce707c117aa4006ca30a5a0bf9eb7a89e2caa.tar.bz2
rockbox-09fce707c117aa4006ca30a5a0bf9eb7a89e2caa.tar.xz
Missing file headers put back. Code within 80 cols. Code policed indenting
and style. Simplified struct levels. #if 0'ed unused functions. Made private stuff static. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7954 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 284fdcb..89a8522 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -816,7 +816,8 @@ static bool dirbrowse(void)
else
{
DEBUGF("Playing file thumbnail: %s/%s%s\n",
- currdir, dircache[lasti].name, file_thumbnail_ext);
+ currdir, dircache[lasti].name,
+ file_thumbnail_ext);
/* no fallback necessary, we knew in advance
that the file exists */
ft_play_filename(currdir, dircache[lasti].name);