storage: Static analysis fix

This commit is contained in:
Ethan Lee
2024-04-25 19:40:07 -04:00
committed by GitHub
parent 57f96fb124
commit 26b71d14e9

View File

@@ -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