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:
		@@ -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");
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user