summaryrefslogtreecommitdiff
path: root/camlibs/ax203
diff options
context:
space:
mode:
Diffstat (limited to 'camlibs/ax203')
-rw-r--r--camlibs/ax203/ax203.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camlibs/ax203/ax203.c b/camlibs/ax203/ax203.c
index 8c232c8a7..8214ee45b 100644
--- a/camlibs/ax203/ax203.c
+++ b/camlibs/ax203/ax203.c
@@ -992,7 +992,7 @@ ax203_read_filecount(Camera *camera)
return ax203_read_v3_3_x_v3_4_x_filecount (camera);
case AX206_FIRMWARE_3_5_x:
case AX3003_FIRMWARE_3_5_x:
- return ax203_read_v3_5_x_filecount (camera);;
+ return ax203_read_v3_5_x_filecount (camera);
}
/* Never reached */
return GP_ERROR_NOT_SUPPORTED;