X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-dialog-action.c;h=c65162379c4c9b2b2c04a4706210c45db04363b5;hb=96994a54e60e9c95b8bba54c2281acf7059b1203;hp=f2266cc535de204bfefe90e43acdcea1849fefed;hpb=369c24f1d085a41ec274ebae5fc198fcee567653;p=pspp diff --git a/src/ui/gui/psppire-dialog-action.c b/src/ui/gui/psppire-dialog-action.c index f2266cc535..c65162379c 100644 --- a/src/ui/gui/psppire-dialog-action.c +++ b/src/ui/gui/psppire-dialog-action.c @@ -274,7 +274,7 @@ psppire_dialog_action_activate (PsppireDialogAction *act, GVariant *parameter) response = psppire_dialog_run (PSPPIRE_DIALOG (act->dialog)); - if ( class->generate_syntax ) + if (class->generate_syntax) { switch (response) {