From 239039499ea491a1a2355b34f8d333a108cd0791 Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Sun, 22 Oct 2006 17:48:11 +0000 Subject: [PATCH] comment bit (trunk only) --- src/hacklib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hacklib.c b/src/hacklib.c index 1ca66c89c..87f69ca6e 100644 --- a/src/hacklib.c +++ b/src/hacklib.c @@ -763,7 +763,7 @@ const nhwchar *src; } int -nhwcmp(s1, s2) /* case sensitive counted comparison */ +nhwcmp(s1, s2) /* case sensitive comparison */ register const nhwchar *s1, *s2; { register nhwchar t1, t2;