]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - tmk_core/common/action_tapping.c
Merge branch 'master' of github.com:jackhumbert/qmk_firmware into wu5y7
[qmk_firmware.git] / tmk_core / common / action_tapping.c
index ff78d7f2aba08efd7f60e9806390692fc901e049..e16e11be7fc00518891279b2be0c2b919e6cd25c 100644 (file)
@@ -257,7 +257,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_record(keyp);
                 return true;
             }