From a211a64eca102b8d862f45ef97aa6901274db66c Mon Sep 17 00:00:00 2001 From: Michael Stefaniuc Date: Tue, 5 Jun 2007 00:18:16 +0200 Subject: [PATCH] gphoto2.ds: Fix non-ANSI function declaration. Found by sparse. --- dlls/gphoto2.ds/gphoto2_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/gphoto2.ds/gphoto2_main.c b/dlls/gphoto2.ds/gphoto2_main.c index 83e2eea7c2e..f4f454633b2 100644 --- a/dlls/gphoto2.ds/gphoto2_main.c +++ b/dlls/gphoto2.ds/gphoto2_main.c @@ -509,7 +509,7 @@ static CameraList *detected_cameras; static CameraAbilitiesList *abilities_list; static TW_UINT16 -gphoto2_auto_detect() { +gphoto2_auto_detect(void) { int result, count; if (detected_cameras && (gp_list_count (detected_cameras) == 0)) {