mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-04 07:33:07 +00:00
Add braces around DBPRINTF macro which could expand to nothing
This commit is contained in:
@@ -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... */
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user