Commit 0a094824 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

Fixed warning.

parent 78f52b56
......@@ -2091,7 +2091,7 @@ static struct WIN_servent* __ws_getservbyport(int port, const char* proto, int d
else SetLastError(WSAENOBUFS);
}
else {
MESSAGE("service on port %ul protocol %s not found; You might want to add "
MESSAGE("service on port %lu protocol %s not found; You might want to add "
"this to /etc/services\n", (unsigned long)ntohl(port),
proto ? debugstr_a(pwsi->buffer) : "*");
SetLastError(WSANO_DATA);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment