diff options
Diffstat (limited to 'libssh/sftp.c')
-rw-r--r-- | libssh/sftp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libssh/sftp.c b/libssh/sftp.c index a4502b6..9d9b15e 100644 --- a/libssh/sftp.c +++ b/libssh/sftp.c @@ -2184,7 +2184,8 @@ int sftp_chmod(SFTP_SESSION *sftp, const char *file, mode_t mode) { } /* Change the last modification and access time of a file. */ -int sftp_utimes(SFTP_SESSION *sftp, const char *file, const struct timeval *times) { +int sftp_utimes(SFTP_SESSION *sftp, const char *file, + const struct timeval *times) { SFTP_ATTRIBUTES attr; ZERO_STRUCT(attr); |