Skip to content
Snippets Groups Projects
Commit e264f699 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Tor Arntsen spotted this mistake

parent 68d4b77d
No related branches found
No related tags found
No related merge requests found
......@@ -865,7 +865,7 @@ int main(int argc, char *argv[])
msgsock = accept(sock, NULL, NULL);
if (CURL_SOCKET_BAD == msgsock) {
printf("MAJOR ERROR: accept() failed with error: &d\n", errno);
printf("MAJOR ERROR: accept() failed with error: %d\n", errno);
break;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment