[vlc-commits] Remove trailing space
Jean-Baptiste Kempf
git at videolan.org
Thu Dec 13 15:07:09 CET 2012
npapi-vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Dec 13 15:00:56 2012 +0100| [1585a33e34c257f0441a0a1fe1f54b3152261c06] | committer: Jean-Baptiste Kempf
Remove trailing space
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=1585a33e34c257f0441a0a1fe1f54b3152261c06
---
npapi/vlcplugin_base.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/npapi/vlcplugin_base.h b/npapi/vlcplugin_base.h
index e112eeb..fa3acc4 100644
--- a/npapi/vlcplugin_base.h
+++ b/npapi/vlcplugin_base.h
@@ -71,7 +71,7 @@
#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
-//on windows, to avoid including <npapi.h>
+//on windows, to avoid including <npapi.h>
//from Microsoft SDK (rather then from Mozilla SDK),
//#include it indirectly via <npfunctions.h>
#include <npfunctions.h>
More information about the vlc-commits
mailing list