-/* $NetBSD: print.c,v 1.9 2008/02/19 09:45:02 dholland Exp $ */
+/* $NetBSD: print.c,v 1.11 2008/02/24 01:57:34 dholland Exp $ */
/*
* Copyright (c) 1980, 1993
#if 0
static char sccsid[] = "@(#)print.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: print.c,v 1.9 2008/02/19 09:45:02 dholland Exp $");
+__RCSID("$NetBSD: print.c,v 1.11 2008/02/24 01:57:34 dholland Exp $");
#endif
#endif /* not lint */
-#include "monop.ext"
+#include "monop.h"
static const char *header = "Name Own Price Mg # Rent";
printf("0 %4d", pp->rent[0] * 2);
else
printf("H %4d", pp->rent[5]);
- }
- else
+ } else
printf(" %4d", pp->rent[0]);
break;
case UTIL: