]> git.sesse.net Git - vlc/blobdiff - src/version.c
fix empty declaration warning
[vlc] / src / version.c
index e2e7e25102e66e6607bab747b411b12a238d8f68..b12fc36976523ff3358a0121fb2dc446c0aa4cd7 100644 (file)
@@ -50,7 +50,7 @@ char const * VLC_##func ( void )                                            \
     return VLC_##var ;                                                      \
 }
 
-DECLARE_VLC_VERSION( CompileBy, COMPILE_BY );
-DECLARE_VLC_VERSION( CompileHost, COMPILE_HOST );
-DECLARE_VLC_VERSION( CompileDomain, COMPILE_DOMAIN );
-DECLARE_VLC_VERSION( Compiler, COMPILER );
+DECLARE_VLC_VERSION( CompileBy, COMPILE_BY )
+DECLARE_VLC_VERSION( CompileHost, COMPILE_HOST )
+DECLARE_VLC_VERSION( CompileDomain, COMPILE_DOMAIN )
+DECLARE_VLC_VERSION( Compiler, COMPILER )