aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/sftp.h
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2010-08-28 21:32:08 +0200
committerAris Adamantiadis <aris@0xbadc0de.be>2010-08-28 21:32:08 +0200
commit74939b8b8d3d4a61589297751c239648015d9dce (patch)
tree801f9e9afffa04db94afba8f9f5db53a87d4fe38 /include/libssh/sftp.h
parent29a229724bebaf1947a80a3dca252206232a0643 (diff)
downloadlibssh-74939b8b8d3d4a61589297751c239648015d9dce.tar.gz
libssh-74939b8b8d3d4a61589297751c239648015d9dce.tar.xz
libssh-74939b8b8d3d4a61589297751c239648015d9dce.zip
Added missing /** in doxygen @}'s
Diffstat (limited to 'include/libssh/sftp.h')
-rw-r--r--include/libssh/sftp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libssh/sftp.h b/include/libssh/sftp.h
index 962c07e5..5319b935 100644
--- a/include/libssh/sftp.h
+++ b/include/libssh/sftp.h
@@ -879,7 +879,7 @@ void sftp_handle_remove(sftp_session sftp, void *handle);
/** No media in remote drive */
#define SSH_FX_NO_MEDIA 13
-/* @} */
+/** @} */
/* file flags */
#define SSH_FXF_READ 0x01