diff options
author | Aris Adamantiadis <aris@0xbadc0de.be> | 2010-08-28 21:32:08 +0200 |
---|---|---|
committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2010-08-28 21:32:08 +0200 |
commit | 74939b8b8d3d4a61589297751c239648015d9dce (patch) | |
tree | 801f9e9afffa04db94afba8f9f5db53a87d4fe38 /libssh/keys.c | |
parent | 29a229724bebaf1947a80a3dca252206232a0643 (diff) | |
download | libssh-74939b8b8d3d4a61589297751c239648015d9dce.tar.gz libssh-74939b8b8d3d4a61589297751c239648015d9dce.tar.xz libssh-74939b8b8d3d4a61589297751c239648015d9dce.zip |
Added missing /** in doxygen @}'s
Diffstat (limited to 'libssh/keys.c')
-rw-r--r-- | libssh/keys.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/keys.c b/libssh/keys.c index 244e4199..f0ebc155 100644 --- a/libssh/keys.c +++ b/libssh/keys.c @@ -1492,6 +1492,6 @@ ssh_string ssh_sign_session_id(ssh_session session, ssh_private_key privatekey) return signature; } -/* @} */ +/** @} */ /* vim: set ts=4 sw=4 et cindent: */ |