summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/osdcore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/osdcore.h')
-rw-r--r--src/osd/osdcore.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/osd/osdcore.h b/src/osd/osdcore.h
index 7b12a51422c..7464e076141 100644
--- a/src/osd/osdcore.h
+++ b/src/osd/osdcore.h
@@ -294,30 +294,30 @@ int osd_uchar_from_osdchar(unicode_char *uchar, const char *osdchar, size_t coun
/*-----------------------------------------------------------------------------
- osd_is_valid_filename_char: is the given character legal for filenames?
+ osd_is_valid_filename_char: is the given character legal for filenames?
- Parameters:
+ Parameters:
- uchar - the character to check
+ uchar - the character to check
- Return value:
+ Return value:
- Whether this character is legal in a filename
+ Whether this character is legal in a filename
-----------------------------------------------------------------------------*/
bool osd_is_valid_filename_char(unicode_char uchar);
/*-----------------------------------------------------------------------------
- osd_is_valid_filepath_char: is the given character legal for paths?
+ osd_is_valid_filepath_char: is the given character legal for paths?
- Parameters:
+ Parameters:
- uchar - the character to check
+ uchar - the character to check
- Return value:
+ Return value:
- Whether this character is legal in a file path
+ Whether this character is legal in a file path
-----------------------------------------------------------------------------*/
bool osd_is_valid_filepath_char(unicode_char uchar);