diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2001-09-26 06:07:29 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2001-09-26 06:07:29 +0000 |
commit | 81d7316a0fd03a90c6274ed025efe3d9db9c22d6 (patch) | |
tree | 3b3dde31daf6e3e419e5359dfc7fe415456a9ccc /usr.bin/tip/cu.c | |
parent | 450f0435cc177f758171ac06f69f18444988ba4f (diff) |
Wall cleanup w/ some fixes; ok millert
Diffstat (limited to 'usr.bin/tip/cu.c')
-rw-r--r-- | usr.bin/tip/cu.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tip/cu.c b/usr.bin/tip/cu.c index edb1e9b8d56..8a44845b426 100644 --- a/usr.bin/tip/cu.c +++ b/usr.bin/tip/cu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cu.c,v 1.9 2001/09/24 17:43:15 millert Exp $ */ +/* $OpenBSD: cu.c,v 1.10 2001/09/26 06:07:28 pvalchev Exp $ */ /* $NetBSD: cu.c,v 1.5 1997/02/11 09:24:05 mrg Exp $ */ /* @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)cu.c 8.1 (Berkeley) 6/6/93"; #endif -static char rcsid[] = "$OpenBSD: cu.c,v 1.9 2001/09/24 17:43:15 millert Exp $"; +static char rcsid[] = "$OpenBSD: cu.c,v 1.10 2001/09/26 06:07:28 pvalchev Exp $"; #endif /* not lint */ #include "tip.h" @@ -111,7 +111,7 @@ cumain(argc, argv) DV[strlen(DV)-1] = ch; break; default: - cuusage; + cuusage(); break; } } |