Michael Stefaniuc : gphoto2.ds: Fix non-ANSI function declaration. Found by sparse.
Module: wine Branch: master Commit: a211a64eca102b8d862f45ef97aa6901274db66c URL: http://source.winehq.org/git/wine.git/?a=commit;h=a211a64eca102b8d862f45ef97... Author: Michael Stefaniuc <mstefani(a)redhat.de> Date: Tue Jun 5 00:18:16 2007 +0200 gphoto2.ds: Fix non-ANSI function declaration. Found by sparse. --- dlls/gphoto2.ds/gphoto2_main.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/gphoto2.ds/gphoto2_main.c b/dlls/gphoto2.ds/gphoto2_main.c index 83e2eea..f4f4546 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)) {
participants (1)
-
Alexandre Julliard