mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-17 08:33:48 +00:00
Add braces around DBPRINTF macro which could expand to nothing
This commit is contained in:
parent
7d2de5e4de
commit
cd9e0aa877
@ -259,7 +259,9 @@ ONE_MORE_TIME: /* Tacky, but why repeat code? */
|
||||
fptr--, InterfacePage->nactivepages--, size--)
|
||||
;
|
||||
|
||||
if (size != oldsize) DBPRINT(("Found %d holes in fptovp table\n", oldsize - size));
|
||||
if (size != oldsize) {
|
||||
DBPRINT(("Found %d holes in fptovp table\n", oldsize - size));
|
||||
}
|
||||
|
||||
/* Sanity check; it's just possible there are duplicate entries... */
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user