[vlc-commits] commit: "#if HAVE_MAEMO" -> "#ifdef HAVE_MAEMO" (Pierre Ynard )
git at videolan.org
git at videolan.org
Mon May 10 06:10:08 CEST 2010
vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Mon May 10 06:08:16 2010 +0200| [a9e82f63ae2c02ce5b8e33062565670ab5601207] | committer: Pierre Ynard
"#if HAVE_MAEMO" -> "#ifdef HAVE_MAEMO"
Fixes warning
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a9e82f63ae2c02ce5b8e33062565670ab5601207
---
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