]> git.sesse.net Git - vlc/commitdiff
Meaningfull typo
authorChristophe Mutricy <xtophe@videolan.org>
Wed, 28 Feb 2007 16:56:57 +0000 (16:56 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Wed, 28 Feb 2007 16:56:57 +0000 (16:56 +0000)
src/network/io.c

index b2e2dd88e19b78fde2ea82794650d8035614ba67..617592c12c2428be2012cfa15a5f59652a0403e6 100644 (file)
@@ -309,7 +309,7 @@ net_ReadInner (vlc_object_t *restrict p_this, unsigned fdc, const int *fdv,
             if (ufd[i].revents == 0)
                 continue;
 
-#ifdef POLLRDHUP /* This is nice but non-portable */
+#ifndef POLLRDHUP /* This is nice but non-portable */
 # define POLLRDHUP 0
 #endif
             if (i_total > 0)