Commit 8b3d8a11 authored by Antoine Cellerier's avatar Antoine Cellerier

Fix compilation and remove a few trailing spaces.

parent 666ca3c1
...@@ -292,8 +292,7 @@ typedef struct vlc_array_t ...@@ -292,8 +292,7 @@ typedef struct vlc_array_t
static inline vlc_array_t * vlc_array_new( void ) static inline vlc_array_t * vlc_array_new( void )
{ {
return calloc( 1, sizeof(vlc_array_t) ); return (vlc_array_t *)calloc( 1, sizeof(vlc_array_t) );
} }
static inline void vlc_array_init( vlc_array_t * p_array ) static inline void vlc_array_init( vlc_array_t * p_array )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment