summaryrefslogtreecommitdiff
path: root/camlibs/docupen/docupen.c
diff options
context:
space:
mode:
Diffstat (limited to 'camlibs/docupen/docupen.c')
-rw-r--r--camlibs/docupen/docupen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camlibs/docupen/docupen.c b/camlibs/docupen/docupen.c
index 9490ff936..762c29cf9 100644
--- a/camlibs/docupen/docupen.c
+++ b/camlibs/docupen/docupen.c
@@ -273,7 +273,7 @@ camera_config_set (Camera *camera, CameraWidget *window, GPContext *context)
if (!strcmp(value, _("100 DPI")))
camera->pl->profile[0x81] = RES_100DPI;
else if (!strcmp(value, _("200 DPI")))
- camera->pl->profile[0x81] = RES_200DPI;;
+ camera->pl->profile[0x81] = RES_200DPI;
}
gp_widget_get_child_by_label (section, _("Hi Resolution"), &widget);