Fix documentation

This commit is contained in:
Oreo639 2019-04-11 15:44:38 -07:00
parent 06f0b90316
commit a0873c15df

View File

@ -168,7 +168,7 @@ void miiSelectorReturnGetAuthor(const MiiSelectorReturn *returnbuf, char* out);
* @brief Verifies that the Mii data returned from the applet matches its * @brief Verifies that the Mii data returned from the applet matches its
* checksum * checksum
* *
* @param returnbuffer Buffer filled by Mii selector applet * @param returnbuf Buffer filled by Mii selector applet
* @return `true` if `returnbuf->checksum` is the same as the one computed from `returnbuf` * @return `true` if `returnbuf->checksum` is the same as the one computed from `returnbuf`
*/ */
bool miiSelectorChecksumIsValid(const MiiSelectorReturn *returnbuf); bool miiSelectorChecksumIsValid(const MiiSelectorReturn *returnbuf);