Just correct a typo in a comment.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18869 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9928086ece
commit
3ff2f14f9e
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@
|
|||
not just a char pointer.
|
||||
prefix: The absolute path to not save in the variable, ex /.rockbox/wps_file
|
||||
suffix: The file extention (usually...) e.g .wps_file
|
||||
If the prefix is set (not NULL), the the suffix must be set as well.
|
||||
If the prefix is set (not NULL), then the suffix must be set as well.
|
||||
*/
|
||||
#define TEXT_SETTING(flags,var,name,default,prefix,suffix) \
|
||||
{flags|F_T_UCHARPTR, &global_settings.var,-1, \
|
||||
|
|
Loading…
Reference in a new issue