Commit a211a64e authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

gphoto2.ds: Fix non-ANSI function declaration. Found by sparse.

parent 51cc433c
......@@ -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)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment