mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-28 15:07:04 -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