summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryker <ryker@cvs.openbsd.org>1998-03-03 05:16:20 +0000
committerryker <ryker@cvs.openbsd.org>1998-03-03 05:16:20 +0000
commit8b4a8a80acb2cd65396d7277fb131cb62c1ffb0a (patch)
tree1cda149a426cba0fdc3335f1d0f729226ecb6ce4
parentab729c7183201a6bb683360384ef39e2f017a245 (diff)
GCC 2.8 -Wall
-rw-r--r--sys/kern/subr_userconf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/subr_userconf.c b/sys/kern/subr_userconf.c
index 91f4f6d811d..627bd87400f 100644
--- a/sys/kern/subr_userconf.c
+++ b/sys/kern/subr_userconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: subr_userconf.c,v 1.13 1998/01/04 10:39:04 deraadt Exp $ */
+/* $OpenBSD: subr_userconf.c,v 1.14 1998/03/03 05:16:19 ryker Exp $ */
/*
* Copyright (c) 1996 Mats O Jansson <moj@stacken.kth.se>
@@ -544,7 +544,7 @@ userconf_help()
}
switch (*userconf_cmds[j+1]) {
case 'L':
- printf("[count] ",
+ printf("[count] %s",
"number of lines before more");
break;
case 'a':