Fixed doc typo

This commit is contained in:
Celine Mercier
2017-08-03 16:29:25 +02:00
parent 927c684fc2
commit 644b55b49f

View File

@ -110,7 +110,7 @@ extern int obi_errno;
*/
#define OBI_DECODE_ERROR (25) /** Error while decoding a value
*/
#define OBI_UTILS_ERROR (26) /** Error in a utils function
#define OBI_UTILS_ERROR (26) /** Error in an utils function
*/
#define OBI_INDEXER_ERROR (27) /** Error handling a blob indexer
*/