From e76326544f5fcf15a549af8a88c667288aa3598a Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 27 Dec 2019 10:32:06 -0500 Subject: [PATCH] fix Xcode warning --- include/extern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/extern.h b/include/extern.h index 3fb1be9aa..4c757b4b3 100644 --- a/include/extern.h +++ b/include/extern.h @@ -1117,7 +1117,7 @@ E boolean FDECL(picking_at, (int, int)); E void FDECL(breakchestlock, (struct obj *, BOOLEAN_P)); E void NDECL(reset_pick); E void FDECL(maybe_reset_pick, (struct obj *)); -E int FDECL(pick_lock, (struct obj *, xchar, xchar, struct obj *)); +E int FDECL(pick_lock, (struct obj *, XCHAR_P, XCHAR_P, struct obj *)); E int NDECL(doforce); E boolean FDECL(boxlock, (struct obj *, struct obj *)); E boolean FDECL(doorlock, (struct obj *, int, int));