From 6adb0a08c89a84ff7dc656e2cc379a100e22efe3 Mon Sep 17 00:00:00 2001 From: XaviDCR92 Date: Sat, 10 Mar 2018 14:30:40 +0100 Subject: * Menu.c: bugfix for PLT level list. * Minor: added whitespace to "sizeof" operand. --- Source/System.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/System.h') 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 * -- cgit v1.2.3