From 91e7cccd28acdec58f1fd62a1b5ad4667bb6093c Mon Sep 17 00:00:00 2001 From: theraysmith Date: Tue, 30 Dec 2008 18:31:37 +0000 Subject: [PATCH] Fixed issue 67 git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@211 d0cd1f9f-072b-0410-8dd7-cf729c803f20 --- cutil/cutil.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cutil/cutil.h b/cutil/cutil.h index cf92faf6a..6b4bfba12 100644 --- a/cutil/cutil.h +++ b/cutil/cutil.h @@ -41,6 +41,7 @@ Import original HP distribution #include #include "general.h" +#include "tprintf.h" /*---------------------------------------------------------------------- T y p e s @@ -106,7 +107,7 @@ extern char_proc allocate; **********************************************************************/ #define new_line() \ - printf ("\n") + tprintf("\n") /********************************************************************** * print_string