zeroed debug flag

This commit is contained in:
fros4943 2009-01-23 17:28:09 +00:00
parent 6cbe50d9ef
commit 8f462b9a52

View File

@ -46,7 +46,7 @@
#include <limits.h>
#include <string.h>
#define DEBUG 1
#define DEBUG 0
#if DEBUG
#include <stdio.h>
#define PRINTF(...) printf(__VA_ARGS__)