1
1

One more time. Some how got a newline between the last 2 zeros in the define.

This commit was SVN r19250.
Этот коммит содержится в:
Terry Dontje 2008-08-12 12:22:54 +00:00
родитель 512d7ca8c8
Коммит 3559ecbadc

Просмотреть файл

@ -115,8 +115,8 @@
#define VERBOSE_REQ 0x00000010
#define VERBOSE_REQ_DUMP 0x00000020
#define VERBOSE 0x0000000
0
#define VERBOSE 0x00000000
#if VERBOSE
#define DEBUG(LEVEL, WHAT) if(LEVEL & VERBOSE) { printf WHAT; }
#else