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