mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-05 19:08:12 +00:00
storage: Static analysis fix
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user