diff --git a/src/lib/debug.c b/src/lib/debug.c index ed1b6200f..a32c0a773 100644 --- a/src/lib/debug.c +++ b/src/lib/debug.c @@ -2,6 +2,7 @@ static void ncpile_debug(const ncpile* p, FILE* debugfp){ + fprintf(debugfp, " -=+********************** %16p pile *************************+=-\n", p); const ncplane* n = p->top; const ncplane* prev = NULL; int planeidx = 0;