diff options
Diffstat (limited to 'libssh/options.c')
-rw-r--r-- | libssh/options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/options.c b/libssh/options.c index f38951c8..e12a2356 100644 --- a/libssh/options.c +++ b/libssh/options.c @@ -176,7 +176,7 @@ err: return NULL; } -/** @internal +/** * @brief Frees an option structure. * * @param opt Option structure to free. |