From acca45d6a22406a74d5dc56e00ff0c6ad8e478b8 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Tue, 26 Mar 2013 23:00:48 +0100 Subject: Constness fixes --- src/wizard2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wizard2.c') diff --git a/src/wizard2.c b/src/wizard2.c index a843b7c9..e336f068 100644 --- a/src/wizard2.c +++ b/src/wizard2.c @@ -887,7 +887,7 @@ static void wiz_statistics(object_type *o_ptr) long i, matches, better, worse, other; char ch; - char *quality; + const char *quality; bool_ good, great; -- cgit v1.2.3