mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
stand: Spell LUA_COMPILE_SET correctly.
MFC After: 2 days
Sponsored by: Netflix
(cherry picked from commit e63d20b70e)
This commit is contained in:
parent
c390847996
commit
5dd6fb108d
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ int luaopen_pager(lua_State *);
|
|||
#include <sys/linker_set.h>
|
||||
|
||||
typedef void lua_init_md_t(lua_State *);
|
||||
#define _LUA_COMPIE_SET Xlua_compile_set
|
||||
#define _LUA_COMPILE_SET Xlua_compile_set
|
||||
#define LUA_COMPILE_SET(func) \
|
||||
DATA_SET(_LUA_COMPILE_SET, func)
|
||||
#define LUA_FOREACH_SET(s) \
|
||||
|
|
|
|||
Loading…
Reference in a new issue