mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-08-06 13:56:47 +08:00
Fixed issue 67
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@211 d0cd1f9f-072b-0410-8dd7-cf729c803f20
This commit is contained in:
parent
55891a3cdc
commit
91e7cccd28
@ -41,6 +41,7 @@ Import original HP distribution
|
||||
#include <stdlib.h>
|
||||
|
||||
#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
|
||||
|
Loading…
Reference in New Issue
Block a user