[vlc-commits] os2: getaddrinfo: fix typo
KO Myung-Hun
git at videolan.org
Thu Aug 28 09:18:33 CEST 2014
vlc | branch: master | KO Myung-Hun <komh78 at gmail.com> | Thu Aug 28 16:14:51 2014 +0900| [ecd7f4e2e784e908626afe9804bc380abb07115e] | committer: Jean-Baptiste Kempf
os2: getaddrinfo: fix typo
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ecd7f4e2e784e908626afe9804bc380abb07115e
---
src/os2/getaddrinfo.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/os2/getaddrinfo.c b/src/os2/getaddrinfo.c
index c0dc419..1a3f8a4 100644
--- a/src/os2/getaddrinfo.c
+++ b/src/os2/getaddrinfo.c
@@ -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:
More information about the vlc-commits
mailing list