aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--applets/usage_pod.c2
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");