summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2003-05-17 20:43:03 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2003-05-17 20:43:03 +0000
commit92e9b150261a3d770aee7611192ee1cf0a2439a1 (patch)
tree976f01e3b8d86d421aa530571ac5f54f88eb7ac4 /apps/tree.c
parentceba6f863eb876ca3452f7c5f1d705cae4ccea7b (diff)
downloadrockbox-92e9b150261a3d770aee7611192ee1cf0a2439a1.tar.gz
rockbox-92e9b150261a3d770aee7611192ee1cf0a2439a1.zip
Bad grammar fix
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3680 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c
index a72c98281c..0826bbc6ba 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -1325,7 +1325,7 @@ bool create_playlist(void)
1325void tree_init(void) 1325void tree_init(void)
1326{ 1326{
1327 /* We copy the settings value in case it is changed by the user. We can't 1327 /* We copy the settings value in case it is changed by the user. We can't
1328 use the next reboot. */ 1328 use it until the next reboot. */
1329 max_files_in_dir = global_settings.max_files_in_dir; 1329 max_files_in_dir = global_settings.max_files_in_dir;
1330 name_buffer_size = AVERAGE_FILENAME_LENGTH * max_files_in_dir; 1330 name_buffer_size = AVERAGE_FILENAME_LENGTH * max_files_in_dir;
1331 1331