summaryrefslogtreecommitdiff
path: root/demos/pexpr.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/pexpr.c')
-rw-r--r--demos/pexpr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/pexpr.c b/demos/pexpr.c
index 0e2b2668a..27dda7670 100644
--- a/demos/pexpr.c
+++ b/demos/pexpr.c
@@ -190,7 +190,7 @@ setup_error_handler (void)
sigemptyset (&(act.sa_mask));
#define SIGNAL(sig) sigaction (sig, &act, NULL)
#else
- struct { int sa_flags } act;
+ struct { int sa_flags; } act;
#define SIGNAL(sig) signal (sig, cleanup_and_exit)
#endif
act.sa_flags = 0;