]> git.sesse.net Git - vlc/blobdiff - include/vlc_es.h
fix empty declaration warning
[vlc] / include / vlc_es.h
index a5ddc8cb310c1b95782e625b519cafc0e7fdab18..26c2f14fca8150c968061fc247d613481c1dda20 100644 (file)
@@ -154,7 +154,7 @@ static inline int video_format_Copy( video_format_t *p_dst, const video_format_t
         memcpy( p_dst->p_palette, p_src->p_palette, sizeof( *p_dst->p_palette ) );
     }
     return VLC_SUCCESS;
-};
+}
 
 /**
  * Cleanup and free palette of this video_format_t