From ae042814807484a88cff7de06c35108a892c8560 Mon Sep 17 00:00:00 2001 From: Stephen Torri Date: Mon, 4 Nov 2002 00:55:36 +0000 Subject: Fix a compile bug for non-intel platforms. CVS patchset: 3181 CVS date: 2002/11/04 00:55:36 --- src/xine-utils/xine_check.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/xine-utils/xine_check.c b/src/xine-utils/xine_check.c index 1755d5ac6..d064cb58f 100644 --- a/src/xine-utils/xine_check.c +++ b/src/xine-utils/xine_check.c @@ -347,7 +347,7 @@ xine_health_check_xv (xine_health_check_t* hc) { #else /* !__linux__ */ xine_health_check_t* -xine_health_check (xine_health_check_t* hc) +xine_health_check (xine_health_check_t* hc, int check_num) { hc->status = XINE_HEALTH_CHECK_UNSUPPORTED; hc->msg = "Xine health check not supported on the OS.\n"; -- cgit v1.2.3