Skip to content

Commit 4702bab

Browse files
committed
fix ci compilation
1 parent 167c5ca commit 4702bab

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
build/
22
example
33
compile_commands.json
4-
.cache
4+
.cache
5+
CLAUDE.md

example_usage.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,9 @@ int main(void)
132132
{
133133
obf_init();
134134

135-
puts("== VORTEX Obfuscation Framework - demonstration ==\n");
135+
OBF_WITH(banner, "== VORTEX Obfuscation Framework - demonstration ==") {
136+
printf("%s\n\n", banner);
137+
}
136138

137139
demo_string_single(); puts("");
138140
demo_string_scoped(); puts("");

0 commit comments

Comments
 (0)