mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
Fix spelling error
This commit is contained in:
parent
b9273c34e8
commit
66af04e81a
@ -185,12 +185,12 @@ int fileBrowse_A(DirEntry* entry) {
|
|||||||
if (sdMounted && (strcmp (path, "sd:/gm9i/out/") != 0)) {
|
if (sdMounted && (strcmp (path, "sd:/gm9i/out/") != 0)) {
|
||||||
maxCursors++;
|
maxCursors++;
|
||||||
assignedOp[maxCursors] = 1;
|
assignedOp[maxCursors] = 1;
|
||||||
printf(" Copy to sd:/gmi9/out\n");
|
printf(" Copy to sd:/gm9i/out\n");
|
||||||
}
|
}
|
||||||
if (flashcardMounted && (strcmp (path, "fat:/gm9i/out/") != 0)) {
|
if (flashcardMounted && (strcmp (path, "fat:/gm9i/out/") != 0)) {
|
||||||
maxCursors++;
|
maxCursors++;
|
||||||
assignedOp[maxCursors] = 2;
|
assignedOp[maxCursors] = 2;
|
||||||
printf(" Copy to fat:/gmi9/out\n");
|
printf(" Copy to fat:/gm9i/out\n");
|
||||||
}
|
}
|
||||||
printf("\n");
|
printf("\n");
|
||||||
printf("(<A> select, <B> cancel)");
|
printf("(<A> select, <B> cancel)");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user