summaryrefslogtreecommitdiffstats
path: root/phantasia/misc.c
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2003-05-08 13:03:49 +0000
committerwiz <wiz@NetBSD.org>2003-05-08 13:03:49 +0000
commit98dc6b82209d86036b45b7c5922f7df21a96d2cf (patch)
tree95a1f4d920cfc9958cef9dcfec166d29e6a9e089 /phantasia/misc.c
parent52fa7de33217992ab80db64af64168652cf903e8 (diff)
downloadbsdgames-darwin-98dc6b82209d86036b45b7c5922f7df21a96d2cf.tar.gz
bsdgames-darwin-98dc6b82209d86036b45b7c5922f7df21a96d2cf.tar.zst
bsdgames-darwin-98dc6b82209d86036b45b7c5922f7df21a96d2cf.zip
de-__P().
Diffstat (limited to 'phantasia/misc.c')
-rw-r--r--phantasia/misc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/phantasia/misc.c b/phantasia/misc.c
index edf64cf7..e195e4d3 100644
--- a/phantasia/misc.c
+++ b/phantasia/misc.c
@@ -1,4 +1,4 @@
-/* $NetBSD: misc.c,v 1.8 2003/01/20 05:29:55 simonb Exp $ */
+/* $NetBSD: misc.c,v 1.9 2003/05/08 13:03:49 wiz Exp $ */
/*
* misc.c Phantasia miscellaneous support routines
@@ -937,7 +937,7 @@ void
error(whichfile)
const char *whichfile;
{
- int (*funcp) __P((const char *,...));
+ int (*funcp)(const char *,...);
if (Windows) {
funcp = printw;