From: nethack.allison Date: Sun, 22 Oct 2006 17:48:11 +0000 (+0000) Subject: comment bit (trunk only) X-Git-Tag: MOVE2GIT~834 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=239039499ea491a1a2355b34f8d333a108cd0791;p=nethack comment bit (trunk only) --- 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;