Skip to content

Commit cb34300

Browse files
committed
Fix DEBUG conditional.
1 parent 2f597e3 commit cb34300

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scheduler/type.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ static int mime_patmatch(const char *s, const char *pat);
4141
// Local globals...
4242
//
4343

44-
#ifdef MIME_DEBUG
44+
#ifdef DEBUG
4545
static const char * const debug_ops[] =
4646
{ // Test names...
4747
"NOP", // No operation

0 commit comments

Comments
 (0)