From c57fa9b1accc28bd366bc1236a0a39ec8aea5130 Mon Sep 17 00:00:00 2001 From: mycroft Date: Mon, 27 Jul 1998 01:12:35 +0000 Subject: const poisoning. --- snake/snscore/snscore.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'snake') diff --git a/snake/snscore/snscore.c b/snake/snscore/snscore.c index ddcb0fb9..71b9e050 100644 --- a/snake/snscore/snscore.c +++ b/snake/snscore/snscore.c @@ -1,4 +1,4 @@ -/* $NetBSD: snscore.c,v 1.6 1997/10/12 01:49:33 lukem Exp $ */ +/* $NetBSD: snscore.c,v 1.7 1998/07/27 01:12:36 mycroft Exp $ */ /* * Copyright (c) 1980, 1993 @@ -43,7 +43,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\ #if 0 static char sccsid[] = "@(#)snscore.c 8.1 (Berkeley) 7/19/93"; #else -__RCSID("$NetBSD: snscore.c,v 1.6 1997/10/12 01:49:33 lukem Exp $"); +__RCSID("$NetBSD: snscore.c,v 1.7 1998/07/27 01:12:36 mycroft Exp $"); #endif #endif /* not lint */ @@ -76,7 +76,7 @@ main(argc, argv) int noplayers; int i, j, notsorted; short whoallbest, allbest; - char *q; + const char *q; struct passwd *p; fd = fopen(recfile, "r"); -- cgit v1.2.3-56-ge451