[vlc-devel] [PATCH 7/8] avoid zero sized struct

Francois Cartegnie fcvlcdev at free.fr
Wed Apr 14 16:53:19 CEST 2010


---
 src/stream_output/announce.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/stream_output/announce.c b/src/stream_output/announce.c
index 3944705..252b597 100644
--- a/src/stream_output/announce.c
+++ b/src/stream_output/announce.c
@@ -37,6 +37,7 @@
 
 struct announce_method_t
 {
+    void *foo;
 } sap_method;
 
 /****************************************************************************
-- 
1.6.3




More information about the vlc-devel mailing list