Skip to content

Commit

Permalink
Added missing comma.
Browse files Browse the repository at this point in the history
  • Loading branch information
falemagn committed Oct 20, 2023
1 parent 80bd1f7 commit b187561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wolfssh/ssh.h
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ enum WS_UserAuthResults
WOLFSSH_USERAUTH_INVALID_PASSWORD,
WOLFSSH_USERAUTH_REJECTED,
WOLFSSH_USERAUTH_INVALID_PUBLICKEY,
WOLFSSH_USERAUTH_PARTIAL_SUCCESS
WOLFSSH_USERAUTH_PARTIAL_SUCCESS,
WOLFSSH_USERAUTH_WOULD_BLOCK
};

Expand Down

0 comments on commit b187561

Please sign in to comment.