summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.c b/test/test.c
index b750f2acd..a3b18a227 100644
--- a/test/test.c
+++ b/test/test.c
@@ -292,7 +292,7 @@ int main( int argc, char ** argv )
/* Geeky */
fprintf( stderr, "%d CPU%s detected\n", hb_get_cpu_count(),
- hb_get_cpu_count( h ) > 1 ? "s" : "" );
+ hb_get_cpu_count() > 1 ? "s" : "" );
/* Exit ASAP on Ctrl-C */
signal( SIGINT, SigHandler );