Skip to content
Snippets Groups Projects
Commit a211a64e authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard
Browse files

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

parent 51cc433c
Branches
Tags
No related merge requests found
......@@ -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)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment