From 41faeb76e1189765c10fbfe3d8e2025000d42989 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 26 Mar 2013 14:48:15 +0100 Subject: fix typo in prev commit --- gtk2_ardour/video_image_frame.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/video_image_frame.cc') diff --git a/gtk2_ardour/video_image_frame.cc b/gtk2_ardour/video_image_frame.cc index 9ba9b09ad0..cc964c7e43 100644 --- a/gtk2_ardour/video_image_frame.cc +++ b/gtk2_ardour/video_image_frame.cc @@ -203,7 +203,7 @@ http_get_thread (void *arg) { } while (status == 503 && --timeout > 0); if (status != 200 || !res) { - print("no-video frame: video-server returned http-status: %d\n", status); + printf("no-video frame: video-server returned http-status: %d\n", status); } pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, NULL); -- cgit v1.2.3