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 {
|
} else {
|
||||||
printf(", ");
|
printf(", ");
|
||||||
}
|
}
|
||||||
printf(usage_array[i].aname);
|
printf("%s", usage_array[i].aname);
|
||||||
col += len2;
|
col += len2;
|
||||||
}
|
}
|
||||||
printf("\n\n");
|
printf("\n\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user