Remove a spurious `#' added two revisions ago.

This commit is contained in:
mycroft 1993-08-03 01:56:52 +00:00
parent 015cae18dd
commit a0aed26669

View File

@ -541,7 +541,7 @@ thread_wakeup(event)
splx(s);
}
#if defined(DDB) || #defined(DEBUG)
#if defined(DDB) || defined(DEBUG)
/*
* DEBUG stuff
*/