summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorSaikari <[email protected]>2026-01-29 17:45:30 +0300
committerSaikari <[email protected]>2026-01-29 17:45:30 +0300
commit31166bfc6a5fa9c0876e8dcb22b236ba5dc14f8f (patch)
tree38f8be4e3178f48d79acac5966c68e0aaf97785b /core/src
parente7fba25e4f5ea63b0dd2bcb0a827b89edde3e777 (diff)
Rename "is_pe_file" to "is_pefile" for consistency in function naming
Diffstat (limited to 'core/src')
-rw-r--r--core/src/xmake/engine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/xmake/engine.c b/core/src/xmake/engine.c
index 3356e4456..afddf6118 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_pe_file", xm_winos_is_pefile },
+ { "is_pefile", xm_winos_is_pefile },
{ tb_null, tb_null },
};
#endif