Browse Source

storage: Static analysis fix

Ethan Lee 11 months ago
parent
commit
26b71d14e9
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/storage/SDL_storage.c

+ 2 - 0
src/storage/SDL_storage.c

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