Fix mistake

This commit is contained in:
Kartik 2017-04-05 18:53:33 +05:30 committed by GitHub
parent 1678ef7586
commit 7f1a0c60f3

View File

@ -89,7 +89,7 @@ Result httpcAddPostDataAscii(httpcContext *context, const char* name, const char
* @param value The binary data to pass as a value.
* @param len Length of the binary data which has been passed.
*/
Result httpcAddPostDataBinary(httpcContext *context, const char* name, u8* value, u32 len)
Result httpcAddPostDataBinary(httpcContext *context, const char* name, u8* value, u32 len);
/**
* @brief Adds a POST body to a HTTP context.