summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/dc/bcode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/dc/bcode.c b/usr.bin/dc/bcode.c
index c1236a0159b..8e435bb8d9e 100644
--- a/usr.bin/dc/bcode.c
+++ b/usr.bin/dc/bcode.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bcode.c,v 1.54 2017/11/28 09:44:14 otto Exp $ */
+/* $OpenBSD: bcode.c,v 1.55 2017/11/28 17:43:45 otto Exp $ */
/*
* Copyright (c) 2003, Otto Moerbeek <otto@drijf.net>
@@ -1428,7 +1428,7 @@ not_compare(void)
break;
default:
unreadch();
- warnx("! command is deprecated\n");
+ warnx("! command is deprecated");
break;
}
}