change the default idea for nf7core_init

This commit is contained in:
falsycat 2024-05-03 10:07:08 +09:00
parent 8f2e221d17
commit f2ef2aa6fc
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@
#include "core/init/factory.priv.h"
#define IDEA_NAME "luajit"
#define IDEA_NAME "nf7core_any"
static void del_(struct nf7_mod*);
static void start_(struct nf7core_init_factory*, struct nf7core_exec_entity*);