diff options
Diffstat (limited to 'libssh/string.c')
-rw-r--r-- | libssh/string.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/string.c b/libssh/string.c index 394179fc..06042aea 100644 --- a/libssh/string.c +++ b/libssh/string.c @@ -207,6 +207,6 @@ void ssh_string_free(struct ssh_string_struct *s) { SAFE_FREE(s); } -/* @} */ +/** @} */ /* vim: set ts=4 sw=4 et cindent: */ |