Skip to content

Commit

Permalink
Fixed C test error.
Browse files Browse the repository at this point in the history
  • Loading branch information
luadebug committed Oct 12, 2024
1 parent 6ada781 commit 07eb2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/l/libmem/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ package("libmem")
#include <libmem/libmem.h>
void test() {
lm_thread_t resultThread;
lm_bool_t result = LM_GetThread(&result);
lm_bool_t result = LM_GetThread(&resultThread);
}
]]}, {configs = {languages = "c11"}}))

Expand Down

0 comments on commit 07eb2e4

Please sign in to comment.