From 3b313624354f07f1bfcf64007bff23ff86ef64fb Mon Sep 17 00:00:00 2001 From: Spoike Date: Wed, 1 Sep 2004 00:05:04 +0000 Subject: [PATCH] just to make me happier for when I next add a function to the end of that list. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@99 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/qclib/initlib.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/engine/qclib/initlib.c b/engine/qclib/initlib.c index 70e95f70b..cd790c9b0 100644 --- a/engine/qclib/initlib.c +++ b/engine/qclib/initlib.c @@ -385,7 +385,9 @@ progfuncs_t deffuncs = { PR_ForkStack, PR_ResumeThread, - PR_AbortStack + PR_AbortStack, + + 0 }; #undef printf