diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2023-01-09 20:07:40 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2023-01-09 20:07:40 -0500 |
commit | 5340a11530316bd70e5314b53961ff7b1796d68b (patch) | |
tree | 3c0f755de464a7db70000a24607d8a1496ddd9ed /src/lpm.c | |
parent | 3e5d5b0827058f2eeddfb166d8128fc086a87e28 (diff) | |
download | lite-xl-plugin-manager-5340a11530316bd70e5314b53961ff7b1796d68b.tar.gz lite-xl-plugin-manager-5340a11530316bd70e5314b53961ff7b1796d68b.zip |
Fixed some minor bugs.
Diffstat (limited to 'src/lpm.c')
-rw-r--r-- | src/lpm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -999,7 +999,7 @@ static const luaL_Reg system_lib[] = { #endif #endif #ifndef LITE_ARCH_TUPLE - #define LITE_ARCH_TUPLE ARCH_PROCESSOR "-" ARCH_PLATFORM + #define LITE_ARCH_TUPLE (ARCH_PROCESSOR "-" ARCH_PLATFORM) #endif |