Skip to content

Commit

Permalink
httpauth: fix doxygen comment (#1097)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredh authored Apr 8, 2024
1 parent b4f0885 commit 7103b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/httpauth/digest.c
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ int httpauth_digest_response_print(struct re_printf *pf,
* @param passwd User password
* @param entitybody Entitybody if qop=auth-int
* @param cnonce Cnonce
* @param nonce_counter Nonce counter
* @param nonce_cnt Nonce counter
*
* @return 0 if success, otherwise errorcode
*/
Expand Down

0 comments on commit 7103b3a

Please sign in to comment.