summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorZack Middleton <zturtleman@gmail.com>2012-06-19 15:14:57 +0000
committerTim Angus <tim@ngus.net>2013-01-12 20:33:27 +0000
commitfd91dd17490a275bfdf6e908666e2aa23588d30b (patch)
treec3c9b9d158bb9c801113bf806033bb656a891e2e /src
parent202d814e20e0615d602247a1e3bf3bf2d82128c5 (diff)
more '\n' business
From /dev/humancontroller.
Diffstat (limited to 'src')
-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();