[vlc-commits] addons: fix duplicate decl of entry_t

Francois Cartegnie git at videolan.org
Wed Feb 12 19:13:35 CET 2014


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Wed Feb 12 19:06:58 2014 +0100| [fe793a24403d769522794daee03bdad9a10018fa] | committer: Francois Cartegnie

addons: fix duplicate decl of entry_t

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

 include/vlc_addons.h |    1 -
 1 file changed, 1 deletion(-)

diff --git a/include/vlc_addons.h b/include/vlc_addons.h
index b2320ea..7b46dd5 100644
--- a/include/vlc_addons.h
+++ b/include/vlc_addons.h
@@ -98,7 +98,6 @@ struct addon_entry_t
     /* custom data storage (if needed by module/source) */
     void * p_custom;
 };
-typedef struct addon_entry_t addon_entry_t;
 
 typedef struct addons_finder_t addons_finder_t;
 typedef struct addons_finder_sys_t addons_finder_sys_t;



More information about the vlc-commits mailing list