]> gitweb.ps.run Git - iftint/commitdiff
correct #undef
authorPatrick <patrick.schoenberger@posteo.de>
Sat, 14 Oct 2023 17:29:32 +0000 (19:29 +0200)
committerPatrick <patrick.schoenberger@posteo.de>
Sat, 14 Oct 2023 17:29:32 +0000 (19:29 +0200)
main3.c

diff --git a/main3.c b/main3.c
index c3da7f67baebf922971c597e729ee1bb8537d975..402b35a911885d71c815fa24ab33d7353f56e9e4 100644 (file)
--- 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; }
             }
 
             case IA_AddOp:        { S(n1, n, NK_Op)                                                   n = n1; mode = IM_Editing; break; }
             }
 
-            #undef NA
-            #undef NS
+            #undef N
+            #undef N
         }
     }
 
         }
     }