diff options
Diffstat (limited to 'include/libssh/buffer.h')
-rw-r--r-- | include/libssh/buffer.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/libssh/buffer.h b/include/libssh/buffer.h index 1219cea..648a5b2 100644 --- a/include/libssh/buffer.h +++ b/include/libssh/buffer.h @@ -22,8 +22,7 @@ #ifndef BUFFER_H_ #define BUFFER_H_ -/** Describes a buffer state at a moment - */ +/* Describes a buffer state */ struct ssh_buffer_struct { char *data; uint32_t used; |