From 266230ad64eddb663cfcf12ad248f9ae178d22ba Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 19 May 2013 15:47:34 +0200 Subject: Silence some compiler warnings None of these were actual issues. --- video/out/x11_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/out/x11_common.c') diff --git a/video/out/x11_common.c b/video/out/x11_common.c index 2e5f14f8d1..c5da9ad055 100644 --- a/video/out/x11_common.c +++ b/video/out/x11_common.c @@ -1519,7 +1519,7 @@ double vo_x11_vm_get_fps(struct vo *vo) return 1e3 * clock / modeline.htotal / modeline.vtotal; } #else /* CONFIG_XF86VM */ -double vo_vm_get_fps(struct vo *vo) +double vo_x11_vm_get_fps(struct vo *vo) { return 0; } -- cgit v1.2.3