diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/xine-utils/xine_check.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |