Index: src/bin/psql/print.c =================================================================== *** print-orig.c Fri Nov 1 16:12:19 2002 --- print.c Sun Feb 16 09:25:03 2003 *************** *** 380,386 **** --- 380,388 ---- for (ptr = footers; *ptr; ptr++) fprintf(fout, "%s\n", *ptr); + #if 0 /* omit the trailing newline */ fputc('\n', fout); + #endif /* clean up */ free(cell_w); *************** *** 552,558 **** --- 554,562 ---- fprintf(fout, "%s\n", *ptr); } + #if 0 /* omit the trailing newline */ fputc('\n', fout); + #endif free(divider); free(cell_w);