added const

dev
Paul Cruz 2017-06-21 17:48:01 -07:00
parent 2ceaec1aad
commit 04253e21bb
1 changed files with 1 additions and 1 deletions

View File

@ -1316,7 +1316,7 @@ static size_t testDecodeWithDict(U32 seed, size_t dictSize)
/* generate random dictionary */
{
int ret = genRandomDict(dictID, seed, dictSize, fullDict);
int const ret = genRandomDict(dictID, seed, dictSize, fullDict);
if (ret != 0) {
errorDetected = ERROR(GENERIC);
goto dictTestCleanup;