summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2020-07-28 00:30:33 +0800
committerchai <chaifix@163.com>2020-07-28 00:30:33 +0800
commit5dfdb6b58b2dc7bbd3348004c1fcd17e23fea48b (patch)
treea03f1a01382595ed50cc4780a728b22013f6d5a0 /src/main.c
parent690f20cdbe8dad3fce7a547934a5a8322303342d (diff)
*embed resource in exeHEADmaster
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 4e5fa0a..7e85fcc 100644
--- a/src/main.c
+++ b/src/main.c
@@ -59,7 +59,7 @@ bool setup(const char* name) {
_setup(onupdate);
_setup(onevent);
_setup(ondraw);
-#undef _set
+#undef _setup
return onload && onupdate && onevent && ondraw;
}