1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-11-03 22:13:11 +03:00

tidy-up: tiny nits [ci skip]

This commit is contained in:
Viktor Szakats
2023-04-25 10:18:38 +00:00
parent a459a25302
commit 66fa286779
2 changed files with 2 additions and 1 deletions

View File

@@ -1355,7 +1355,7 @@ libssh2_session_set_last_error(LIBSSH2_SESSION* session,
LIBSSH2_ERR_FLAG_DUP);
}
/* Libssh2_session_flag
/* libssh2_session_flag
*
* Set/Get session flags
*

View File

@@ -1,4 +1,5 @@
#!/bin/sh
set -e
# Written by Mikhail Gusarov