summaryrefslogtreecommitdiff
path: root/usr/src/cmd/ctfconvert/ctfconvert.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/ctfconvert/ctfconvert.c')
-rw-r--r--usr/src/cmd/ctfconvert/ctfconvert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/ctfconvert/ctfconvert.c b/usr/src/cmd/ctfconvert/ctfconvert.c
index 2633207693..0e37d070f1 100644
--- a/usr/src/cmd/ctfconvert/ctfconvert.c
+++ b/usr/src/cmd/ctfconvert/ctfconvert.c
@@ -334,7 +334,7 @@ main(int argc, char *argv[])
(void) unlink(infile);
if (err == ECTF_CONVBKERR || err == ECTF_CONVNODEBUG) {
- ctfconvert_fatal("%s", buf);
+ ctfconvert_fatal("%s\n", buf);
} else {
ctfconvert_fatal("CTF conversion failed: %s\n",
ctf_errmsg(err));