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

This commit is contained in:
Michael Stefaniuc 2007-06-05 00:18:16 +02:00 committed by Alexandre Julliard
parent 51cc433cc8
commit a211a64eca
1 changed files with 1 additions and 1 deletions

View File

@ -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)) {