From a43b15ac7314af2946cbf5519f4f5e5cdc5f630e Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 13 Jan 2003 16:14:03 +0000 Subject: [PATCH] Fixed function implemenation type [r607] --- ir/common/xgprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/common/xgprintf.c b/ir/common/xgprintf.c index 870729966..b82e8b89d 100644 --- a/ir/common/xgprintf.c +++ b/ir/common/xgprintf.c @@ -32,7 +32,7 @@ static xprintf_function *print_func[UCHAR_MAX+1]; void -xprintf_register (char spec, xprintf_function func) +xprintf_register (char spec, xprintf_function *func) { assert ((spec > 0) && !print_func[(unsigned char)spec]); print_func[(unsigned char)spec] = func; -- 2.20.1