[vlc-commits] commit: "#if HAVE_MAEMO" -> "#ifdef HAVE_MAEMO" (Pierre Ynard )

git at videolan.org git at videolan.org
Wed Aug 4 00:31:54 CEST 2010


vlc/vlc-1.1 | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Mon May 10 06:08:16 2010 +0200| [87c90a231acb14cd83a494e64e1d52c22fd39581] | committer: Rémi Duraffort 

"#if HAVE_MAEMO" -> "#ifdef HAVE_MAEMO"

Fixes warning
(cherry picked from commit a9e82f63ae2c02ce5b8e33062565670ab5601207)

Signed-off-by: Rémi Duraffort <ivoire at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=87c90a231acb14cd83a494e64e1d52c22fd39581
---

 src/network/poll.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/network/poll.c b/src/network/poll.c
index eb97c83..575bb10 100644
--- a/src/network/poll.c
+++ b/src/network/poll.c
@@ -30,7 +30,7 @@
 #include <vlc_network.h>
 
 
-#if HAVE_MAEMO
+#ifdef HAVE_MAEMO
 # include <signal.h>
 # include <errno.h>
 # include <poll.h>



More information about the vlc-commits mailing list