diff options
Diffstat (limited to 'printing.c')
| -rw-r--r-- | printing.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ struct document { int npuzzles; struct puzzle *puzzles; int puzzlesize; - int got_solns; + bool got_solns; float *colwid, *rowht; float userscale; }; |