diff options
Diffstat (limited to 'Source/System.h')
| -rw-r--r-- | Source/System.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/System.h b/Source/System.h index e2d22dc..9b8dfe8 100644 --- a/Source/System.h +++ b/Source/System.h @@ -132,7 +132,7 @@ unsigned char SystemGetSineValue(void); // Fills str with only file name and extension given input file path. // For example: "FOLDER\\FOLDER\\MYFILE.EXT;1" -> "MYFILE.EXT" -void SystemGetFileBasename(const char* fileName, char* str, size_t sz); +void SystemGetFileBasename(const char* fileName, char* str, const size_t sz); /* ************************************** * Global Variables * |
