diff options
author | IBNobody <ibnobody@gmail.com> | 2016-05-02 23:15:56 -0500 |
---|---|---|
committer | IBNobody <ibnobody@gmail.com> | 2016-05-02 23:15:56 -0500 |
commit | 35d7081899df3a486b9b5785c7e8ec9481195848 (patch) | |
tree | 682a322ce2c3e2004abb4fbd00fc00316277b935 /tmk_core/common/action.c | |
parent | 499e3096e9021b88a6a705ad7034ccbacb97b975 (diff) | |
parent | 2c070163ffffffde546fb00acaa2fbb96b93da64 (diff) |
Merge remote-tracking branch 'refs/remotes/jackhumbert/master'
Diffstat (limited to 'tmk_core/common/action.c')
-rw-r--r-- | tmk_core/common/action.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tmk_core/common/action.c b/tmk_core/common/action.c index 0162fbd632..f9e6c17dc3 100644 --- a/tmk_core/common/action.c +++ b/tmk_core/common/action.c @@ -27,11 +27,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "action_util.h" #include "action.h" -//#ifdef DEBUG_ACTION +#ifdef DEBUG_ACTION #include "debug.h" -//#else -//#include "nodebug.h" -//#endif +#else +#include "nodebug.h" +#endif void action_exec(keyevent_t event) |