mirror of
https://github.com/zeldaret/tp
synced 2026-06-20 08:13:23 -04:00
os: const-qualify string arguments (#111)
Avoids the need to cast away const from string literals.
This commit is contained in:
@@ -61,7 +61,7 @@ void version_check(void) {
|
||||
return;
|
||||
}
|
||||
|
||||
OSReport_Error((char*)"SDKのバージョンが一致しません。停止します\n");
|
||||
OSReport_Error("SDKのバージョンが一致しません。停止します\n");
|
||||
do {
|
||||
} while (true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user