added const x2

This commit is contained in:
Paul Cruz
2017-06-21 17:48:37 -07:00
parent 04253e21bb
commit eeff2d0e3c
+1 -1
View File
@@ -1499,7 +1499,7 @@ static int generateCorpusWithDict(U32 seed, unsigned numFiles, const char* const
/* randomly generate the dictionary */
{
int ret = genRandomDict(dictID, seed, dictSize, fullDict);
int const ret = genRandomDict(dictID, seed, dictSize, fullDict);
if (ret != 0) {
errorDetected = ret;
goto dictCleanup;