aboutsummaryrefslogtreecommitdiff
path: root/src/lpm.c
diff options
context:
space:
mode:
authorAdam Harrison <adamdharrison@gmail.com>2023-01-09 20:07:40 -0500
committerAdam Harrison <adamdharrison@gmail.com>2023-01-09 20:07:40 -0500
commit5340a11530316bd70e5314b53961ff7b1796d68b (patch)
tree3c0f755de464a7db70000a24607d8a1496ddd9ed /src/lpm.c
parent3e5d5b0827058f2eeddfb166d8128fc086a87e28 (diff)
downloadlite-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lpm.c b/src/lpm.c
index f2e9799..2697f37 100644
--- a/src/lpm.c
+++ b/src/lpm.c
@@ -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