summaryrefslogtreecommitdiff
path: root/ot_mutex.c
diff options
context:
space:
mode:
authorerdgeist <>2009-01-03 03:25:37 +0000
committererdgeist <>2009-01-03 03:25:37 +0000
commit8bdc0d73f6f0bcaf83b7fb3d39e79e8fa4e6050d (patch)
treea75f8eed836bbea20992f92093160cd345c29f60 /ot_mutex.c
parent2df09905f5540fee096d48a92cb0c42558498a12 (diff)
Make opentracker ANSI C again.
Diffstat (limited to 'ot_mutex.c')
-rw-r--r--ot_mutex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ot_mutex.c b/ot_mutex.c
index 8094e99..6edfaef 100644
--- a/ot_mutex.c
+++ b/ot_mutex.c
@@ -19,7 +19,7 @@
19#include "trackerlogic.h" 19#include "trackerlogic.h"
20#include "ot_mutex.h" 20#include "ot_mutex.h"
21 21
22//#define MTX_DBG( STRING ) fprintf( stderr, STRING ) 22/* #define MTX_DBG( STRING ) fprintf( stderr, STRING ) */
23#define MTX_DBG( STRING ) 23#define MTX_DBG( STRING )
24 24
25/* Our global all torrents list */ 25/* Our global all torrents list */