diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-03-10 18:48:27 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-03-10 18:48:27 +0100 |
commit | 777728a636420f81f5ab5822dffa02d70bdd6795 (patch) | |
tree | 03253e92ada36d281fd288172db32f6730c13eee /contrib | |
parent | 527a230c06a272a2cb058d6c90779295428ded43 (diff) |
contrib/npclient: oops, disable debug
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/npclient/npclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/npclient/npclient.c b/contrib/npclient/npclient.c index 92de9ca7..ac8757f4 100644 --- a/contrib/npclient/npclient.c +++ b/contrib/npclient/npclient.c @@ -14,7 +14,7 @@ #define UNUSED(var) (void)var -#define DEBUG +//#define DEBUG typedef struct TFreeTrackData { |