mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Report "1 error", not "1 errors", when assembly is aborted
This matches other such pluralized error messages
This commit is contained in:
@@ -2,4 +2,4 @@ ERROR: multi-line-strings.asm(23):
|
||||
Unterminated string
|
||||
warning: multi-line-strings.asm(35): [-Wuser]
|
||||
check the line number
|
||||
error: Assembly aborted (1 errors)!
|
||||
error: Assembly aborted (1 error)!
|
||||
|
||||
Reference in New Issue
Block a user