Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdanielps committed Sep 7, 2015
1 parent b4db5ea commit 0387395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/allegro_compat.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ int fileSelect(const char* message, char* path, const char* ext) {
Result res = FSUSER_OpenDirectory(NULL, &dirHandle, sdmcArchive, FS_makePath(PATH_CHAR, "/vb/"));
if (res) {
consoleClear();
printf("ERROR: %08X\n");
printf("ERROR: %08X\n", res);
printf("Unable to open sdmc:/vb/\n");
printf("Press any key to exit...\n");
waitForInput();
Expand Down

0 comments on commit 0387395

Please sign in to comment.