]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - mille/print.c
cgram: provide usage on incorrect invocation
[bsdgames-darwin.git] / mille / print.c
index 8333179ebfc50344b332be6bbc1040b02b8051ec..d711be543308f6b5786f4308720a7cbe10155d50 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: print.c,v 1.16 2011/05/23 22:59:27 joerg Exp $ */
+/*     $NetBSD: print.c,v 1.18 2011/08/21 08:50:08 christos Exp $      */
 
 /*
  * Copyright (c) 1982, 1993
@@ -34,7 +34,7 @@
 #if 0
 static char sccsid[] = "@(#)print.c    8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: print.c,v 1.16 2011/05/23 22:59:27 joerg Exp $");
+__RCSID("$NetBSD: print.c,v 1.18 2011/08/21 08:50:08 christos Exp $");
 #endif
 #endif /* not lint */
 
@@ -115,7 +115,7 @@ show_card(int y, int x, CARD c, CARD *lc)
        *lc = c;
 }
 
-static char    Score_fmt[] = "%4d";
+static const char Score_fmt[] = "%4d";
 
 void
 prscore(bool for_real)