diff options
author | tmk <nobody@nowhere> | 2012-10-25 03:28:25 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2012-10-27 02:27:09 +0900 |
commit | 220de27bed198c2ea27886986de7afd8013d5545 (patch) | |
tree | 7360d98d3d0280596a2d69ba39e160d854f31ea1 /common/debug.c | |
parent | ad24858e4fec8bb9af9d89ebf42cda3fffcfdff5 (diff) |
Add print_dec() and debug_dec().
Diffstat (limited to 'common/debug.c')
-rw-r--r-- | common/debug.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/debug.c b/common/debug.c index 41d566ee3a..e406d39b0e 100644 --- a/common/debug.c +++ b/common/debug.c @@ -6,4 +6,3 @@ bool debug_enable = false; bool debug_matrix = false; bool debug_keyboard = false; bool debug_mouse = false; - |