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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/examples/demo.c b/src/examples/demo.c
index 6cf882cc..7d6d1bd8 100644
--- a/src/examples/demo.c
+++ b/src/examples/demo.c
@@ -856,9 +856,9 @@ main (int argc, char *const *argv)
856 "%s PORT\n", argv[0]); 856 "%s PORT\n", argv[0]);
857 return 1; 857 return 1;
858 } 858 }
859 #ifndef MINGW 859#ifndef MINGW
860 ignore_sigpipe (); 860 ignore_sigpipe ();
861 #endif 861#endif
862 magic = magic_open (MAGIC_MIME_TYPE); 862 magic = magic_open (MAGIC_MIME_TYPE);
863 (void) magic_load (magic, NULL); 863 (void) magic_load (magic, NULL);
864 864