summaryrefslogtreecommitdiff
path: root/src/tools/asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/asm')
-rw-r--r--src/tools/asm/q3asm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/asm/q3asm.c b/src/tools/asm/q3asm.c
index f36c6eac..658f9cfd 100644
--- a/src/tools/asm/q3asm.c
+++ b/src/tools/asm/q3asm.c
@@ -1623,7 +1623,7 @@ Motivation: not wanting to scrollback for pages to find asm error.
}
// In some case it Segfault without this check
if ( numAsmFiles == 0 ) {
- Error( "No file to assemble\n" );
+ Error( "No file to assemble" );
}
InitTables();