comment bit (trunk only)

This commit is contained in:
nethack.allison
2006-10-22 17:48:11 +00:00
parent c1b97d3a1a
commit 239039499e

View File

@@ -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;