diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-12-16 19:27:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-12-16 19:27:21 +0000 |
commit | 9d6eff126736d10f13664f4d62ef39c5d08bfaa2 (patch) | |
tree | 834382446ec29461aee4eeb0b17cfaf5055db3dd /games | |
parent | dcd50ca4b94f59d4bfad7f4b0fef181cffb407f8 (diff) |
bad printf; leopold-bloom@foni.net
Diffstat (limited to 'games')
-rw-r--r-- | games/monop/misc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/monop/misc.c b/games/monop/misc.c index 534e0d22c85..22b71e7f014 100644 --- a/games/monop/misc.c +++ b/games/monop/misc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: misc.c,v 1.7 2003/11/21 13:11:15 otto Exp $ */ +/* $OpenBSD: misc.c,v 1.8 2003/12/16 19:26:44 deraadt Exp $ */ /* $NetBSD: misc.c,v 1.4 1995/03/23 08:34:47 cgd Exp $ */ /* @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 5/31/93"; #else -static const char rcsid[] = "$OpenBSD: misc.c,v 1.7 2003/11/21 13:11:15 otto Exp $"; +static const char rcsid[] = "$OpenBSD: misc.c,v 1.8 2003/12/16 19:26:44 deraadt Exp $"; #endif #endif /* not lint */ @@ -202,7 +202,7 @@ set_ownlist(pl) #endif } #ifdef DEBUG - printf("num = %d\n"); + printf("num = %d\n", num); #endif if (orig == 0) { printf("panic: bad monopoly descriptor: orig = %p\n", orig); |