]> granicus.if.org Git - nethack/commitdiff
Fix a warning
authorPasi Kallinen <paxed@alt.org>
Mon, 6 Nov 2017 13:28:13 +0000 (15:28 +0200)
committerPasi Kallinen <paxed@alt.org>
Mon, 6 Nov 2017 13:28:13 +0000 (15:28 +0200)
src/do_name.c

index 38b90fc451b742f7a5cae11cad1d443baa869d10..6e3bfd981c9545211d719b6ae6867af7efcda868 100644 (file)
@@ -40,12 +40,12 @@ static void FDECL((*getpos_hilitefunc), (int)) = (void FDECL((*), (int))) 0;
 static boolean FDECL((*getpos_getvalid), (int,int)) = (boolean FDECL((*), (int,int))) 0;
 
 void
-getpos_sethilite(f, d)
-void FDECL((*f), (int));
-boolean FDECL((*d), (int,int));
+getpos_sethilite(gp_hilitef, gp_getvalidf)
+void FDECL((*gp_hilitef), (int));
+boolean FDECL((*gp_getvalidf), (int,int));
 {
-    getpos_hilitefunc = f;
-    getpos_getvalid = d;
+    getpos_hilitefunc = gp_hilitef;
+    getpos_getvalid = gp_getvalidf;
 }
 
 const char *const gloc_descr[NUM_GLOCS][4] = {