diff options
author | Michele Campus <fci1908@gmail.com> | 2016-05-24 16:54:13 +0200 |
---|---|---|
committer | Michele Campus <fci1908@gmail.com> | 2016-05-24 16:54:13 +0200 |
commit | b05907f592e59d30461817269ded7f2141e7207a (patch) | |
tree | 29121dd9a74805db40272dedfa1bbceeeef5717e /src | |
parent | f084bbb6d0617311f34e82adae658be132fd0f66 (diff) | |
parent | 8bc1ed7d86a4f8090d09be8c198f027d7674ddda (diff) |
Merge pull request #204 from alagoutte/fix_warning
fix warning when use -Wdocumentation CFLAG (clang)
Diffstat (limited to 'src')
-rw-r--r-- | src/include/ndpi_api.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/ndpi_api.h b/src/include/ndpi_api.h index 09c3aab8c..95254a9fa 100644 --- a/src/include/ndpi_api.h +++ b/src/include/ndpi_api.h @@ -549,7 +549,6 @@ extern "C" { * Free Aho-Corasick automata allocated with ndpi_init_automa(); * * @par The automata initialized with ndpi_init_automa(); - * @return The requested automata, or NULL if an error occurred * */ void ndpi_free_automa(void *_automa); |