Add missing #include <stddef.h> needed for offsetof when using glibc.
[util-vserver.git] / src / rpm-fake-resolver.c
index ce91ad7..0ff7a9b 100644 (file)
@@ -116,7 +116,7 @@ parseArgs(struct ArgInfo *args, int argc, char *argv[])
       default          :
        WRITE_MSG(2, "Try '");
        WRITE_STR(2, argv[0]);
-       WRITE_MSG(2, " --help\" for more information.\n");
+       WRITE_MSG(2, " --help' for more information.\n");
        exit(1);
        break;
     }