diff options
-rw-r--r-- | bin/tools/benchmark.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 "); |