Fix compilation with GCC 4.6.

This commit is contained in:
Laurent Bigonville
2011-06-07 15:45:18 +02:00
committed by Tobias Brunner
parent 328b377efa
commit cb7a9862c6
+1 -1
View File
@@ -319,7 +319,7 @@ static void list_uris(linked_list_t *list, char *label, FILE *out)
{
if (first)
{
fprintf(out, label);
fprintf(out, "%s", label);
first = FALSE;
}
else