diff --git a/SDL3/CategoryStorage.md b/SDL3/CategoryStorage.md index eb23e401d..2e3335d54 100644 --- a/SDL3/CategoryStorage.md +++ b/SDL3/CategoryStorage.md @@ -25,7 +25,7 @@ limits to how long you have access to a particular device. Consider the following example: -``` +```c void ReadGameData(void) { extern char** fileNames; @@ -93,7 +93,7 @@ under these common scenarios: When using, [SDL_Storage](SDL_Storage), these types of problems are virtually impossible to trip over: -``` +```c void ReadGameData(void) { extern char** fileNames;