Fixed the description of the loadFileDICTIONARY_safe function.

This commit is contained in:
Matthias Konrath 2019-08-28 11:30:30 +02:00
parent 7237a9638b
commit 2290b2bd88

View file

@ -167,7 +167,7 @@ int loadFileDICTIONARY(const char *preferredName, void *data, size_t *datalen, u
* E.g. mfc_default_keys.dic
*
* @param preferredName
* @param data The data array to store the loaded bytes from file
* @param pdata A pointer to a pointer (for reverencing the loaded dictionary)
* @param keylen the number of bytes a key per row is
* @return 0 for ok, 1 for failz
*/