diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2003-05-17 20:43:03 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2003-05-17 20:43:03 +0000 |
| commit | 92e9b150261a3d770aee7611192ee1cf0a2439a1 (patch) | |
| tree | 976f01e3b8d86d421aa530571ac5f54f88eb7ac4 | |
| parent | ceba6f863eb876ca3452f7c5f1d705cae4ccea7b (diff) | |
| download | rockbox-92e9b150261a3d770aee7611192ee1cf0a2439a1.zip rockbox-92e9b150261a3d770aee7611192ee1cf0a2439a1.tar.gz rockbox-92e9b150261a3d770aee7611192ee1cf0a2439a1.tar.bz2 rockbox-92e9b150261a3d770aee7611192ee1cf0a2439a1.tar.xz | |
Bad grammar fix
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3680 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c index a72c982..0826bbc 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -1325,7 +1325,7 @@ bool create_playlist(void) void tree_init(void) { /* We copy the settings value in case it is changed by the user. We can't - use the next reboot. */ + use it until the next reboot. */ max_files_in_dir = global_settings.max_files_in_dir; name_buffer_size = AVERAGE_FILENAME_LENGTH * max_files_in_dir; |