]> granicus.if.org Git - nethack/commitdiff
Fix typo in func decl
authorPasi Kallinen <paxed@alt.org>
Wed, 22 Apr 2015 10:24:51 +0000 (13:24 +0300)
committerPasi Kallinen <paxed@alt.org>
Wed, 22 Apr 2015 10:24:51 +0000 (13:24 +0300)
include/extern.h

index 1cb0d673d0429f1a67ab1efad916e80dabec419a..491b8436725d0e37e8b035a3d3ad412b1d2e633f 100644 (file)
@@ -1310,7 +1310,7 @@ E boolean FDECL(hideunder, (struct monst*));
 E void FDECL(hide_monst, (struct monst *));
 E void FDECL(mon_animal_list, (BOOLEAN_P));
 E int FDECL(select_newcham_form, (struct monst *));
-E void FDECL(mgender_from_permonts, (struct monst *, struct permonst *));
+E void FDECL(mgender_from_permonst, (struct monst *, struct permonst *));
 E int FDECL(newcham, (struct monst *,struct permonst *,BOOLEAN_P,BOOLEAN_P));
 E int FDECL(can_be_hatched, (int));
 E int FDECL(egg_type_from_parent, (int,BOOLEAN_P));