Remove stray semicolon
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 24 Nov 2019 06:41:07 +0000 (07:41 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Tue, 26 Nov 2019 06:45:32 +0000 (07:45 +0100)
* src/ui/gui/psppire-dialog-action-select.c: Remove extra ;

src/ui/gui/psppire-dialog-action-select.c

index ee45db152e62e59a0b95752c622e751e49e88f61..f6570be873975c5b24a872bc785a1980b16845de 100644 (file)
@@ -281,7 +281,7 @@ psppire_dialog_action_select_activate (PsppireDialogAction *a, GVariant *param)
   act->sample_n_cases = get_widget_assert (xml, "radiobutton-sample-n-cases");
   act->table = get_widget_assert (xml, "select-cases-random-sample-table");
 
-  act->l0 = get_widget_assert (xml, "random-sample-label");;
+  act->l0 = get_widget_assert (xml, "random-sample-label");
 
   act->radiobutton_range = get_widget_assert (xml, "radiobutton-range");
   act->range_subdialog = get_widget_assert (xml, "select-cases-range-dialog");