Skip to content

Commit

Permalink
Whoops, missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 27, 2006
1 parent 3102a5d commit e6a4639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testfile.c
Expand Up @@ -49,7 +49,7 @@ int main(int argc, char *argv[])

rwops = SDL_RWFromFile(NULL,NULL);
if (rwops) RWOP_ERR_QUIT(rwops);
rwops = SDL_RWFromFile(NULL,"a+" WIN32_FILE_MODE);
rwops = SDL_RWFromFile(NULL,"ab+");
if (rwops) RWOP_ERR_QUIT(rwops);
rwops = SDL_RWFromFile(NULL,"sldfkjsldkfj");
if (rwops) RWOP_ERR_QUIT(rwops);
Expand Down

0 comments on commit e6a4639

Please sign in to comment.