diff options
author | Ron Yorston <rmy@pobox.com> | 2021-03-01 11:48:04 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2021-03-01 11:48:04 +0000 |
commit | e2e8e16b465d34759678b8170c44ce62c5b74eb0 (patch) | |
tree | abc31e3e2c1d0de089ae5e1e6d37672394757af9 /applets | |
parent | b5cd41cdf4e6afd475fe34b755f99578e20b08ca (diff) | |
parent | 9b6bcfda0e11c0e73a966a77110f6c68425cff34 (diff) | |
download | busybox-w32-e2e8e16b465d34759678b8170c44ce62c5b74eb0.tar.gz busybox-w32-e2e8e16b465d34759678b8170c44ce62c5b74eb0.tar.bz2 busybox-w32-e2e8e16b465d34759678b8170c44ce62c5b74eb0.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'applets')
-rw-r--r-- | applets/usage_pod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/usage_pod.c b/applets/usage_pod.c index ccc166aed..9e6d3f0ee 100644 --- a/applets/usage_pod.c +++ b/applets/usage_pod.c | |||
@@ -71,7 +71,7 @@ int main(void) | |||
71 | } else { | 71 | } else { |
72 | printf(", "); | 72 | printf(", "); |
73 | } | 73 | } |
74 | printf(usage_array[i].aname); | 74 | printf("%s", usage_array[i].aname); |
75 | col += len2; | 75 | col += len2; |
76 | } | 76 | } |
77 | printf("\n\n"); | 77 | printf("\n\n"); |