[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] sftp: Remove stray semi-colon in sftp.h header


The stray semi-colon in sftp.h is flagged when using -pedantic
which affects clients that include the header and use -pedantic
and -Werror on their codebase.

Signed-off-by: Alberto Aguirre <albaguirre@xxxxxxxxx>
---
 include/libssh/sftp.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/libssh/sftp.h b/include/libssh/sftp.h
index 8f385854..a53347be 100644
--- a/include/libssh/sftp.h
+++ b/include/libssh/sftp.h
@@ -1017,7 +1017,7 @@ LIBSSH_API void sftp_handle_remove(sftp_session sftp, void *handle);
 #define SSH_FXE_STATVFS_ST_NOSUID 0x2 /* no setuid */
 
 #ifdef __cplusplus
-} ;
+}
 #endif
 
 #endif /* SFTP_H */
-- 
2.14.1


Archive administrator: postmaster@lists.cynapses.org