From: Patrick Date: Sat, 14 Oct 2023 17:29:32 +0000 (+0200) Subject: correct #undef X-Git-Url: https://gitweb.ps.run/iftint/commitdiff_plain/64310b5b06b45bad6e57815f56f760288912fcf6?ds=inline correct #undef --- diff --git a/main3.c b/main3.c index c3da7f6..402b35a 100644 --- a/main3.c +++ b/main3.c @@ -483,8 +483,8 @@ Node *GetNode(InputAction actions[NK_COUNT][IN_COUNT]) { case IA_AddOp: { S(n1, n, NK_Op) n = n1; mode = IM_Editing; break; } } - #undef NA - #undef NS + #undef N + #undef N } }