diff options
Diffstat (limited to 'libssh/error.c')
-rw-r--r-- | libssh/error.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/error.c b/libssh/error.c index 581287a0..f5bb1190 100644 --- a/libssh/error.c +++ b/libssh/error.c @@ -118,6 +118,6 @@ int ssh_get_error_code(void *error) { return err->error_code; } -/* @} */ +/** @} */ /* vim: set ts=4 sw=4 et cindent: */ |