diff options
-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); |