]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - monop/trade.c
printf() pedant - do not pass variable alone, use %s.
[bsdgames-darwin.git] / monop / trade.c
index 322d880b253549df67cb20e5a93a6170a67ab72a..a13d8ac9dbf491f1bb11ed31dab76b55b1919b87 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: trade.c,v 1.5 1999/08/21 10:40:04 simonb Exp $ */
+/*     $NetBSD: trade.c,v 1.7 1999/09/30 18:01:32 jsm Exp $    */
 
 /*
  * Copyright (c) 1980, 1993
@@ -38,7 +38,7 @@
 #if 0
 static char sccsid[] = "@(#)trade.c    8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: trade.c,v 1.5 1999/08/21 10:40:04 simonb Exp $");
+__RCSID("$NetBSD: trade.c,v 1.7 1999/09/30 18:01:32 jsm Exp $");
 #endif
 #endif /* not lint */
 
@@ -53,7 +53,7 @@ struct trd_st {                       /* how much to give to other player     */
 
 typedef        struct trd_st   TRADE;
 
-static char    *plist[MAX_PRP+2];
+static const char      *plist[MAX_PRP+2];
 
 static int     used[MAX_PRP];
 
@@ -304,7 +304,7 @@ resign()
                        sqp->owner = -1;
                        sqp->desc->morg = FALSE;
                        if (sqp->type == PRPTY) {
-                               isnot_monop(sqp->desc->mon_desc);
+                               is_not_monop(sqp->desc->mon_desc);
                                sqp->desc->houses = 0;
                        }
                }