diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2020-05-17 16:59:57 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2020-05-17 16:59:57 +0200 |
commit | c5e16b4ff7517fd336f1e80db5a9a920a31ae6b2 (patch) | |
tree | 2fad78ed0a275c8795c3d42dced8ee8e86f2e282 | |
parent | 3d9285f1be84db7ecec821b75f67964dc4773a65 (diff) |
Fixed docstring typos for ndpi_finalize_initalization
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rw-r--r-- | src/include/ndpi_api.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ndpi_api.h.in b/src/include/ndpi_api.h.in index 6495c6825..c906968a9 100644 --- a/src/include/ndpi_api.h.in +++ b/src/include/ndpi_api.h.in @@ -191,7 +191,7 @@ extern "C" { /** * Completes the initialization (2nd step) * - * @return the initialized detection module + * @par ndpi_str = the struct created for the protocol detection * */ void ndpi_finalize_initalization(struct ndpi_detection_module_struct *ndpi_str); |