Report "1 error", not "1 errors", when assembly is aborted

This matches other such pluralized error messages
This commit is contained in:
Rangi
2021-03-28 15:55:32 -04:00
parent 28abf03c0a
commit a265b85d9d
36 changed files with 37 additions and 36 deletions

View File

@@ -1,3 +1,3 @@
ERROR: incbin-empty-bad.asm(3):
Specified range in INCBIN is out of bounds (0 + 1 > 0)
error: Assembly aborted (1 errors)!
error: Assembly aborted (1 error)!