mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
storage: Static analysis fix
This commit is contained in:
parent
57f96fb124
commit
26b71d14e9
1 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,7 @@
|
|||
/* Available title storage drivers */
|
||||
static TitleStorageBootStrap *titlebootstrap[] = {
|
||||
&GENERIC_titlebootstrap,
|
||||
NULL
|
||||
};
|
||||
|
||||
/* Available user storage drivers */
|
||||
|
|
@ -35,6 +36,7 @@ static UserStorageBootStrap *userbootstrap[] = {
|
|||
&STEAM_userbootstrap,
|
||||
#endif
|
||||
&GENERIC_userbootstrap,
|
||||
NULL
|
||||
};
|
||||
|
||||
struct SDL_Storage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue