Skip to content

Commit

Permalink
android: Fixed missing error message for SDL_GetBasePath().
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Jun 4, 2017
1 parent 248410d commit 52b7d0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/filesystem/android/SDL_sysfilesystem.c
Expand Up @@ -36,6 +36,7 @@ char *
SDL_GetBasePath(void)
{
/* The current working directory is / on Android */
SDL_Unsupported();
return NULL;
}

Expand Down

0 comments on commit 52b7d0e

Please sign in to comment.