1
0
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:
Nick Briggs 2020-12-14 13:02:51 -08:00
parent 7d2de5e4de
commit cd9e0aa877

View File

@ -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... */
{