applets/usage_pod.c: placate gcc

"error: format not a string literal and no format arguments"

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2021-02-15 12:36:44 +01:00
parent d40358a1c5
commit 666a9a4c4d

View File

@ -71,7 +71,7 @@ int main(void)
} else {
printf(", ");
}
printf(usage_array[i].aname);
printf("%s", usage_array[i].aname);
col += len2;
}
printf("\n\n");