aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/http2-serverpush.c
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/http2-serverpush.c')
-rw-r--r--docs/examples/http2-serverpush.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/http2-serverpush.c b/docs/examples/http2-serverpush.c
index af557e5bc..1a8c69b7d 100644
--- a/docs/examples/http2-serverpush.c
+++ b/docs/examples/http2-serverpush.c
@@ -187,7 +187,7 @@ static int server_push_callback(CURL *parent,
headp = curl_pushheader_byname(headers, ":path");
if(headp) {
- fprintf(stderr, "**** The PATH is %s\n", headp /* skip :path + colon */ );
+ fprintf(stderr, "**** The PATH is %s\n", headp /* skip :path + colon */);
}
(*transfers)++; /* one more */