mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-28 05:39:35 +08:00
Merge pull request #448 from stweil/fixes
cutil/cutil: Fix comment (copy+paste error)
This commit is contained in:
commit
14c0549b2d
@ -95,8 +95,7 @@ typedef void (*void_dest) (void *);
|
||||
/**********************************************************************
|
||||
* strfree
|
||||
*
|
||||
* Reserve a spot in memory for the string to be stored. Copy the string
|
||||
* to it and return the result.
|
||||
* Free the memory which was reserved by strsave.
|
||||
**********************************************************************/
|
||||
|
||||
#define strfree(s) (free_string(s))
|
||||
|
Loading…
Reference in New Issue
Block a user