mirror of https://github.com/libsdl-org/SDL
storage: Static analysis fix
This commit is contained in:
parent
57f96fb124
commit
26b71d14e9
|
@ -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…
Reference in New Issue