summaryrefslogtreecommitdiff
path: root/tests/libtest/lib1558.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest/lib1558.c')
-rw-r--r--tests/libtest/lib1558.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/lib1558.c b/tests/libtest/lib1558.c
index 4fb32b468..610339b63 100644
--- a/tests/libtest/lib1558.c
+++ b/tests/libtest/lib1558.c
@@ -49,7 +49,7 @@ int test(char *URL)
goto test_cleanup;
}
- printf("Protocol: %x\n", protocol);
+ printf("Protocol: %lx\n", protocol);
curl_easy_cleanup(curl);
curl_global_cleanup();