diff options
| author | Patrick | 2023-10-14 19:29:32 +0200 |
|---|---|---|
| committer | Patrick | 2023-10-14 19:29:32 +0200 |
| commit | 64310b5b06b45bad6e57815f56f760288912fcf6 (patch) | |
| tree | 13d9d2d59b5d210a31627719130079ca7051408b | |
| parent | d855fc21ed7a065f8b0d6f2607fef09b4c6865e1 (diff) | |
| download | iftint-64310b5b06b45bad6e57815f56f760288912fcf6.tar.gz iftint-64310b5b06b45bad6e57815f56f760288912fcf6.zip | |
correct #undef
| -rw-r--r-- | main3.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 } } |
