[vlc-commits] os2: getaddrinfo: fix typo

KO Myung-Hun git at videolan.org
Thu Aug 28 21:13:30 CEST 2014


vlc/vlc-2.2 | branch: master | KO Myung-Hun <komh78 at gmail.com> | Thu Aug 28 16:14:51 2014 +0900| [550b629c83ed85e5a84fd60285e565f079f57484] | committer: Jean-Baptiste Kempf

os2: getaddrinfo: fix typo

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
(cherry picked from commit ecd7f4e2e784e908626afe9804bc380abb07115e)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=550b629c83ed85e5a84fd60285e565f079f57484
---

 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