Add whitespace to error and warning messages

Test reference output updated.

Signed-off-by: AntonioND <antonio_nd@outlook.com>
This commit is contained in:
AntonioND
2017-04-03 23:46:15 +01:00
parent be200593d6
commit 2abdc9c59d
3 changed files with 11 additions and 11 deletions

View File

@@ -1,3 +1,3 @@
ERROR: undefined-dot.asm(3):
'.' not defined
rgbasm:error:Assembly aborted in pass 2 (1 errors)!
rgbasm: error: Assembly aborted in pass 2 (1 errors)!

View File

@@ -1,2 +1,2 @@
rgblink:warning:Trying to calculate BANK() of label in HRAM.
rgblink:warning:Trying to calculate BANK() of label in OAM.
rgblink: warning: Trying to calculate BANK() of label in HRAM.
rgblink: warning: Trying to calculate BANK() of label in OAM.