Gods, what a stupid typo

This commit is contained in:
Kat R. 2022-05-28 11:16:08 -05:00
parent ef5fd0562f
commit 9a30139ada
1 changed files with 1 additions and 1 deletions

View File

@ -67,5 +67,5 @@ char * basename(char * path) {
}
basename[j] = '\0';
return basegame;
return basename;
}