diff options
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 0162fbd63..f9e6c17dc 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/>. | |||
27 | #include "action_util.h" | 27 | #include "action_util.h" |
28 | #include "action.h" | 28 | #include "action.h" |
29 | 29 | ||
30 | //#ifdef DEBUG_ACTION | 30 | #ifdef DEBUG_ACTION |
31 | #include "debug.h" | 31 | #include "debug.h" |
32 | //#else | 32 | #else |
33 | //#include "nodebug.h" | 33 | #include "nodebug.h" |
34 | //#endif | 34 | #endif |
35 | 35 | ||
36 | 36 | ||
37 | void action_exec(keyevent_t event) | 37 | void action_exec(keyevent_t event) |