Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix syntax error (regression)
It was introduced in commit bb7bb1f.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Jul 3, 2018
1 parent 4b26b8d commit f8684cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classify/clusttool.cpp
Expand Up @@ -340,7 +340,7 @@ void WriteProtoStyle(FILE *File, PROTOSTYLE ProtoStyle) {
* @param WriteInsigProtos TRUE to write out insignificants
* @note Globals: None
* @return None
/
*/

void WriteProtoList(FILE* File, uint16_t N, PARAM_DESC* ParamDesc,
LIST ProtoList, bool WriteSigProtos,
Expand Down

0 comments on commit f8684cb

Please sign in to comment.