improve const correctness (#325)

This commit is contained in:
Jcw87
2023-04-29 17:32:56 -07:00
committed by GitHub
parent 0c4e853e4b
commit 4a29d25e65
19 changed files with 57 additions and 57 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ struct cDylPhs {
struct DynamicNameTableEntry {
s16 mKey;
char* name;
const char* name;
};
int cDyl_InitAsyncIsDone();