Skip to content

Commit

Permalink
fix regression introduced in gphoto#1002
Browse files Browse the repository at this point in the history
  • Loading branch information
axxel committed Sep 15, 2024
1 parent 4e0417a commit 2ef160b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libgphoto2/gphoto2-camera.c
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,7 @@ _get_widget_names (CameraWidget *widget, CameraList *list)
case GP_WIDGET_MENU:
case GP_WIDGET_RADIO:
case GP_WIDGET_TEXT:
GP_WIDGET_RANGE:
case GP_WIDGET_RANGE:
case GP_WIDGET_TOGGLE:
case GP_WIDGET_DATE: {
const char *name;
Expand Down

0 comments on commit 2ef160b

Please sign in to comment.