mirror of
				https://github.com/libssh2/libssh2.git
				synced 2025-11-03 22:13:11 +03:00 
			
		
		
		
	comment typo and some indent fixes
This commit is contained in:
		@@ -1168,7 +1168,8 @@ libssh2_session_last_error(LIBSSH2_SESSION * session, char **errmsg,
 | 
			
		||||
    return session->err_code;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* libssh2_session_last_error
 | 
			
		||||
/* libssh2_session_last_errno
 | 
			
		||||
 *
 | 
			
		||||
 * Returns error code
 | 
			
		||||
 */
 | 
			
		||||
LIBSSH2_API int
 | 
			
		||||
@@ -1178,8 +1179,11 @@ libssh2_session_last_errno(LIBSSH2_SESSION * session)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* libssh2_session_flag
 | 
			
		||||
 *
 | 
			
		||||
 * Set/Get session flags
 | 
			
		||||
 * Passing flag==0 will avoid changing session->flags while still returning its current value
 | 
			
		||||
 *
 | 
			
		||||
 * Passing flag==0 will avoid changing session->flags while still returning
 | 
			
		||||
 * its current value
 | 
			
		||||
 */
 | 
			
		||||
LIBSSH2_API int
 | 
			
		||||
libssh2_session_flag(LIBSSH2_SESSION * session, int flag, int value)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user