mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 02:59:07 +08:00
renamed param
This commit is contained in:
parent
94983838d8
commit
37eeac2127
@ -578,10 +578,10 @@ void FreeProtoList(LIST *ProtoList) {
|
||||
* prototype and modifies the corresponding cluster so that it
|
||||
* is no longer marked as a prototype. The cluster is NOT
|
||||
* deallocated by this routine.
|
||||
* @param Prototype prototype data structure to be deallocated
|
||||
* @return None
|
||||
* @note Exceptions: None
|
||||
* @note History: 5/30/89, DSJ, Created.
|
||||
* @param arg prototype data structure to be deallocated
|
||||
* @return None
|
||||
* @note Exceptions: None
|
||||
* @note History: 5/30/89, DSJ, Created.
|
||||
*/
|
||||
void FreePrototype(void *arg) { //PROTOTYPE *Prototype)
|
||||
PROTOTYPE *Prototype = (PROTOTYPE *) arg;
|
||||
|
Loading…
Reference in New Issue
Block a user