From 76c9a877bddc8f7ce0e2e8463ee27cad78af5180 Mon Sep 17 00:00:00 2001 From: villa Date: Fri, 20 Oct 1995 11:25:44 +0000 Subject: [PATCH] Niente git-svn-id: svn://10.65.10.50/trunk@1983 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- include/printapp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/printapp.h b/include/printapp.h index 07254b4de..7a58c4a25 100755 --- a/include/printapp.h +++ b/include/printapp.h @@ -196,7 +196,7 @@ protected: { return TRUE; } // postprocessing; returning REPEAT_PAGE reprints the - // whole page (after all sons are printed) or print + // whole page (after all sons are printed); print // counter is the current page or print number virtual print_action postprocess_page(int file, int counter) { return NEXT_PAGE; }