aboutsummaryrefslogtreecommitdiff
path: root/src/examples/demo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/demo.c')
-rw-r--r--src/examples/demo.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/examples/demo.c b/src/examples/demo.c
index 375f2a63..c7ad4b30 100644
--- a/src/examples/demo.c
+++ b/src/examples/demo.c
@@ -871,6 +871,8 @@ ignore_sigpipe ()
871 fprintf (stderr, 871 fprintf (stderr,
872 "Failed to install SIGPIPE handler: %s\n", strerror (errno)); 872 "Failed to install SIGPIPE handler: %s\n", strerror (errno));
873} 873}
874
875
874#endif 876#endif
875 877
876 878
@@ -958,4 +960,5 @@ main (int argc, char *const *argv)
958 return 0; 960 return 0;
959} 961}
960 962
963
961/* end of demo.c */ 964/* end of demo.c */