Skip to content

Commit 31fe060

Browse files
committed
Formatting
1 parent eacf3c8 commit 31fe060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cgi/mapcache.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ static void fcgi_write_response(mapcache_context_fcgi *ctx, mapcache_http_respon
126126
int i;
127127
for(i=0; i<elts->nelts; i++) {
128128
apr_table_entry_t entry = APR_ARRAY_IDX(elts,i,apr_table_entry_t);
129-
printf("%s: %s\r\n", entry.key, entry.val);
129+
printf("%s: %s\r\n", entry.key, entry.val);
130130
}
131131
}
132132
if(response->mtime) {

0 commit comments

Comments
 (0)