Skip to content

Commit

Permalink
Fixed issue 67
Browse files Browse the repository at this point in the history
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@211 d0cd1f9f-072b-0410-8dd7-cf729c803f20
  • Loading branch information
theraysmith committed Dec 30, 2008
1 parent 55891a3 commit 91e7ccc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cutil/cutil.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Import original HP distribution
#include <stdlib.h>

#include "general.h"
#include "tprintf.h"

/*----------------------------------------------------------------------
T y p e s
Expand Down Expand Up @@ -106,7 +107,7 @@ extern char_proc allocate;
**********************************************************************/

#define new_line() \
printf ("\n")
tprintf("\n")

/**********************************************************************
* print_string
Expand Down

0 comments on commit 91e7ccc

Please sign in to comment.