]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - tmk_core/common/action_tapping.c
Merge branch 'matrix-clear'
[max/tmk_keyboard.git] / tmk_core / common / action_tapping.c
index a3a5a7d0f82264a52e16aed20a958d799a982644..a74eb1061d5371c88d4e43ed97ed875b34f07c6a 100644 (file)
@@ -256,7 +256,7 @@ bool process_tapping(keyrecord_t *keyp)
                     return true;
                 }
             } else {
-                if (!IS_NOEVENT(event)) debug("Tapping: other key just after tap.\n") {};
+                if (!IS_NOEVENT(event)) debug("Tapping: other key just after tap.\n");
                 process_action(keyp);
                 return true;
             }