summaryrefslogtreecommitdiff
path: root/asm/stdscan.c
diff options
context:
space:
mode:
Diffstat (limited to 'asm/stdscan.c')
-rw-r--r--asm/stdscan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/stdscan.c b/asm/stdscan.c
index dbe0fd54..4f256fc6 100644
--- a/asm/stdscan.c
+++ b/asm/stdscan.c
@@ -173,7 +173,7 @@ int stdscan(void *private_data, struct tokenval *tv)
*! indicate a mistake in the source code. Currently only the MASM
*! \c{PTR} keyword is recognized.
*/
- nasm_warn(ERR_PASS1|WARN_PTR, "`%s' is not a NASM keyword",
+ nasm_warn(WARN_PTR, "`%s' is not a NASM keyword",
tv->t_charptr);
}