]> granicus.if.org Git - sudo/commitdiff
Fix typo
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 7 Feb 2011 15:39:47 +0000 (10:39 -0500)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 7 Feb 2011 15:39:47 +0000 (10:39 -0500)
--HG--
branch : 1.7

mksiglist.c

index 055dd1c2f14f8714b18f48e5876e7981bafe391e..f5cfbc158e8f2ab93eca0971fb62eadba88dd8e8 100644 (file)
@@ -44,7 +44,7 @@ main(argc, argv)
 
     printf("#include <config.h>\n");
     printf("#include <signal.h>\n");
-    printf("#include "missing.h"\n\n");
+    printf("#include \"missing.h\"\n\n");
     printf("const char *const my_sys_siglist[NSIG] = {\n");
     for (i = 0; i < NSIG; i++) {
        if (my_sys_siglist[i] != NULL) {