Make sure codebase is C90.

This commit is contained in:
2018-02-04 00:27:25 -08:00
parent 4e7632f3c0
commit 71b32a6b08
3 changed files with 8 additions and 2 deletions

View File

@@ -597,4 +597,5 @@ void regex_result_free(regex_result* result){
free(result->groups[index]);
}
result->matches = 0;
}
}