]> git.sesse.net Git - vlc/blobdiff - src/modules/modules.h
Introduce realloc_or_free() to src/*, and add assert() to mark unhandled ENOMEM error...
[vlc] / src / modules / modules.h
index a1955f42ac60ab2c55da35b1e435db8c3dd110ef..252abe5b491faf8834a81bb569bf89a0f9d0a1cb 100644 (file)
@@ -28,6 +28,7 @@
 #ifndef __LIBVLC_MODULES_H
 # define __LIBVLC_MODULES_H 1
 
+
 /* Number of tries before we unload an unused module */
 #define MODULE_HIDE_DELAY 50