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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

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