Whamcloud - gitweb
LU-5307 build: add support for RHEL-7 .spec file
[tools/e2fsprogs.git] / misc / mklost+found.c
index 4f78bde..134e824 100644 (file)
@@ -47,7 +47,7 @@ int main (int argc, char ** argv)
                 E2FSPROGS_DATE);
        if (argc != 1) {
                (void)argv; /* avoid unused argument warning */
-               fprintf (stderr, _("Usage: mklost+found\n"));
+               fprintf (stderr, "%s", _("Usage: mklost+found\n"));
                exit(1);
        }
        if (mkdir (LPF, 0700) == -1) {