aboutsummaryrefslogtreecommitdiff
path: root/hid.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-08-25 01:41:49 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-08-25 01:41:49 +0000
commit544629e8c366697bf859959b7a315e7291b36dd0 (patch)
tree79c4626c3b655e2efba5f2c5e92e0135711b0c0a /hid.c
parente44b95e080b5aa15cf70996aaa2fab1144708a77 (diff)
code cleanups, replaced sprintf() for snprintf() for security's sake
svn path=/trunk/externals/hcs/hid/; revision=5735
Diffstat (limited to 'hid.c')
-rw-r--r--hid.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hid.c b/hid.c
index bd14f6c..4cc120f 100644
--- a/hid.c
+++ b/hid.c
@@ -35,8 +35,8 @@
* LOCAL DEFINES
*/
-#define DEBUG(x)
-//#define DEBUG(x) x
+//#define DEBUG(x)
+#define DEBUG(x) x
unsigned short global_debug_level = 0;