r26580: Include sentinel in build.h, in case the list is empty.
[ira/wip.git] / source / ntvfs / sysdep / sys_notify.c
index a6d0a698bcb7094a58c806095b434f238f7e71f1..2ed9908af7c4d23cd7aae754d748b3b1c330c797 100644 (file)
@@ -125,7 +125,7 @@ _PUBLIC_ NTSTATUS sys_notify_init(void)
 {
        static bool initialized = false;
 
-       init_module_fn static_init[] = { STATIC_sys_notify_MODULES, NULL };
+       init_module_fn static_init[] = { STATIC_sys_notify_MODULES };
        init_module_fn *shared_init;
 
        if (initialized) return NT_STATUS_OK;