From fa3f523af9ac95945af59bdaa729d71d79327a76 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Fri, 1 Apr 2016 15:57:52 +0200 Subject: Fix reference to wrong function name --- bin/tools/benchmark.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/tools/benchmark.c b/bin/tools/benchmark.c index 2f6a5ed..01702fe 100644 --- a/bin/tools/benchmark.c +++ b/bin/tools/benchmark.c @@ -201,7 +201,7 @@ benchmark_method (UcaCamera *camera, gpointer buffer, GrabFrameFunc func, Option if (func == grab_frames_sync) g_print ("sync "); else if (func == grab_frames_readout) - g_printf("rout "); + g_print ("rout "); else g_print ("async "); -- cgit v1.2.3