aboutsummaryrefslogtreecommitdiff
path: root/Source/System.h
diff options
context:
space:
mode:
authorXaviDCR92 <xavi.dcr@gmail.com>2018-03-10 14:30:40 +0100
committerXaviDCR92 <xavi.dcr@gmail.com>2018-03-10 14:30:40 +0100
commit6adb0a08c89a84ff7dc656e2cc379a100e22efe3 (patch)
tree0939468e18a8fc7c2288407d9fcb8508af30e011 /Source/System.h
parentbaa647ad7caf95ea2619d8456bcfd0f04a08a719 (diff)
* Menu.c: bugfix for PLT level list.
* Minor: added whitespace to "sizeof" operand.
Diffstat (limited to 'Source/System.h')
-rw-r--r--Source/System.h2
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 *