summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMustapha Senhaji <moos@rockbox.org>2008-10-23 16:23:42 +0000
committerMustapha Senhaji <moos@rockbox.org>2008-10-23 16:23:42 +0000
commit3ff2f14f9e7e62cbc4a9a09f6e5a7c5f4d0ed618 (patch)
tree8d7d8c22485d99255209bc79c4ac323b3b77d592 /apps
parent9928086eceea515526af105f46d3c05f95f48f90 (diff)
downloadrockbox-3ff2f14f9e7e62cbc4a9a09f6e5a7c5f4d0ed618.tar.gz
rockbox-3ff2f14f9e7e62cbc4a9a09f6e5a7c5f4d0ed618.zip
Just correct a typo in a comment.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18869 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/settings_list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c
index 51d9895eb4..6d604574f1 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -105,7 +105,7 @@
105 not just a char pointer. 105 not just a char pointer.
106 prefix: The absolute path to not save in the variable, ex /.rockbox/wps_file 106 prefix: The absolute path to not save in the variable, ex /.rockbox/wps_file
107 suffix: The file extention (usually...) e.g .wps_file 107 suffix: The file extention (usually...) e.g .wps_file
108 If the prefix is set (not NULL), the the suffix must be set as well. 108 If the prefix is set (not NULL), then the suffix must be set as well.
109 */ 109 */
110#define TEXT_SETTING(flags,var,name,default,prefix,suffix) \ 110#define TEXT_SETTING(flags,var,name,default,prefix,suffix) \
111 {flags|F_T_UCHARPTR, &global_settings.var,-1, \ 111 {flags|F_T_UCHARPTR, &global_settings.var,-1, \