From 64310b5b06b45bad6e57815f56f760288912fcf6 Mon Sep 17 00:00:00 2001 From: Patrick Date: Sat, 14 Oct 2023 19:29:32 +0200 Subject: [PATCH] correct #undef --- main3.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 } } -- 2.50.1