Skip to content

Commit

Permalink
SDL3/CategoryStorage: Use code highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
Susko3 authored and SDLWikiBot committed Jan 9, 2025
1 parent 4333b58 commit e26f052
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SDL3/CategoryStorage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit e26f052

Please sign in to comment.