mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-04-12 18:40:23 +08:00
preproc.c: Fix error message typo
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
753a60de63
commit
71f4f8426c
@ -2900,7 +2900,7 @@ issue_error:
|
||||
}
|
||||
count = reloc_value(evalresult);
|
||||
if (count >= REP_LIMIT) {
|
||||
error(ERR_NONFATAL, "`%%rep' evalue exceeds limit");
|
||||
error(ERR_NONFATAL, "`%%rep' value exceeds limit");
|
||||
count = 0;
|
||||
} else
|
||||
count++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user