diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-04 00:47:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-04 00:47:02 +0000 |
commit | bd21960d4481f62d9a884fc34553a984ef01dcff (patch) | |
tree | 9e219425deae665922afa46787a0edc2d09de3a0 /usr.sbin/config/cmd.c | |
parent | 2af1f69fc494070f86b592a867d4ae3f99d61e39 (diff) |
Wall and spacing, I am hunting bugs
Diffstat (limited to 'usr.sbin/config/cmd.c')
-rw-r--r-- | usr.sbin/config/cmd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/config/cmd.c b/usr.sbin/config/cmd.c index 7bec41fb910..0f9210027ec 100644 --- a/usr.sbin/config/cmd.c +++ b/usr.sbin/config/cmd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd.c,v 1.10 2003/06/02 21:19:03 maja Exp $ */ +/* $OpenBSD: cmd.c,v 1.11 2004/01/04 00:47:01 deraadt Exp $ */ /* * Copyright (c) 1999-2001 Mats O Jansson. All rights reserved. @@ -25,7 +25,7 @@ */ #ifndef LINT -static char rcsid[] = "$OpenBSD: cmd.c,v 1.10 2003/06/02 21:19:03 maja Exp $"; +static char rcsid[] = "$OpenBSD: cmd.c,v 1.11 2004/01/04 00:47:01 deraadt Exp $"; #endif #include <sys/types.h> @@ -302,7 +302,7 @@ int_variable_adjust(const cmd_t *cmd, int idx, const char *name) printf("Unknown argument\n"); } } else - printf("This kernel does not support modification of %s.\n", + printf("This kernel does not support modification of %s.\n", name); } |