missing param

This commit is contained in:
Jim O'Regan 2015-07-20 17:36:28 +01:00
parent cce044fa66
commit 167e216ad5

View File

@ -1126,8 +1126,9 @@ void ClearFeatureSpaceWindow(NORM_METHOD norm_method, ScrollView* window) {
* This routine writes Templates to File. The format * This routine writes Templates to File. The format
* is an efficient binary format. File must already be open * is an efficient binary format. File must already be open
* for writing. * for writing.
* @param File open file to write templates to * @param File open file to write templates to
* @param Templates templates to save into File * @param Templates templates to save into File
* @param target_unicharset the UNICHARSET to use
* @return none * @return none
* @note Globals: none * @note Globals: none
* @note Exceptions: none * @note Exceptions: none