mirror of
https://github.com/gbdev/rgbds.git
synced 2026-01-22 00:11:53 +00:00
Remove exclamation marks and periods from error messages (#1874)
This commit is contained in:
@@ -587,7 +587,7 @@ static uint32_t anonLabelID = 0;
|
||||
Symbol *sym_AddAnonLabel() {
|
||||
if (anonLabelID == UINT32_MAX) {
|
||||
// LCOV_EXCL_START
|
||||
error("Only %" PRIu32 " anonymous labels can be created!", anonLabelID);
|
||||
error("Only %" PRIu32 " anonymous labels can be created", anonLabelID);
|
||||
return nullptr;
|
||||
// LCOV_EXCL_STOP
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user