ng_limex_accel: fix broken termination condition

This commit is contained in:
Justin Viiret 2017-04-10 16:39:31 +10:00 committed by Matthew Barr
parent 083d84cfd6
commit 4cc998e4ab

View File

@ -227,7 +227,6 @@ void findBest(vector<vector<CharReach> >::const_iterator pb,
DEBUG_PRINTF("new best\n");
*best = curr;
}
*best = curr;
return;
}