diff options
| author | Saikari <[email protected]> | 2026-01-29 17:46:14 +0300 |
|---|---|---|
| committer | Saikari <[email protected]> | 2026-01-29 17:46:14 +0300 |
| commit | 0d0e9a3a86aeee263c3a8e843bcaae32da990ae3 (patch) | |
| tree | b1ae29d41b21aa74222477f4eef2c692b52d8706 /core/src | |
| parent | 31166bfc6a5fa9c0876e8dcb22b236ba5dc14f8f (diff) | |
Fix function name in Windows functions array for consistency
Diffstat (limited to 'core/src')
| -rw-r--r-- | core/src/xmake/engine.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/xmake/engine.c b/core/src/xmake/engine.c index afddf6118..2ffa70c4c 100644 --- a/core/src/xmake/engine.c +++ b/core/src/xmake/engine.c @@ -483,7 +483,7 @@ static luaL_Reg const g_winos_functions[] = { { "registry_keys", xm_winos_registry_keys }, { "registry_values", xm_winos_registry_values }, { "short_path", xm_winos_short_path }, - { "is_pefile", xm_winos_is_pefile }, + { "is_pefile", xm_winos_ispefile }, { tb_null, tb_null }, }; #endif |
