mirror of
https://git.busybox.net/busybox.git
synced 2024-11-26 23:23:35 +08:00
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:
parent
d40358a1c5
commit
666a9a4c4d
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user