]> granicus.if.org Git - nethack/commitdiff
syntax in prototype
authornhmall <nhmall@nethack.org>
Tue, 1 Feb 2022 18:03:41 +0000 (13:03 -0500)
committernhmall <nhmall@nethack.org>
Tue, 1 Feb 2022 18:03:41 +0000 (13:03 -0500)
include/system.h

index 9f1ebbe6943db8a1736e734942c21583f5e26861..98bdfdc27e56a89a12f7c41fcf0cfcd81667d1d2 100644 (file)
@@ -561,7 +561,7 @@ E int abs(int);
 #ifdef atoi
 #undef atoi
 #endif
-E int atoi(const char *);
+E int atoi(const char *);
 #endif
 
 #undef E