Commit ecd7f4e2 authored by KO Myung-Hun's avatar KO Myung-Hun Committed by Jean-Baptiste Kempf

os2: getaddrinfo: fix typo

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 9fc9d521
......@@ -261,7 +261,7 @@ getaddrinfo (const char *node, const char *service,
protocol = IPPROTO_UDP;
break;
#ifndef SOCK_RAW
#ifdef SOCK_RAW
case SOCK_RAW:
#endif
case 0:
......
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