diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2022-12-30 13:41:16 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2022-12-30 13:41:16 -0500 |
commit | e0c00c41e7a92c43ab031d306b3653680ff3dd52 (patch) | |
tree | 3809a572e8b221a95ce34705970e18c2dbf78598 /src/lpm.c | |
parent | f49d5014aba8dbc5e04c3ec60353c3b7958687ac (diff) | |
download | lite-xl-plugin-manager-e0c00c41e7a92c43ab031d306b3653680ff3dd52.tar.gz lite-xl-plugin-manager-e0c00c41e7a92c43ab031d306b3653680ff3dd52.zip |
Small update.
Diffstat (limited to 'src/lpm.c')
-rw-r--r-- | src/lpm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -475,7 +475,7 @@ static int lpm_certs(lua_State* L) { CFTypeRef copyResult = NULL; OSStatus err = SecItemCopyMatching(query, ©Result); if (err == errSecSuccess) { - CFShow(copyResult); + // Try and } #else return luaL_error(L, "can't use system certificates on windows or mac"); |