Fix fuzzing build

This commit is contained in:
Alex Hultman
2021-01-11 13:37:26 +01:00
parent 3347bcc4b2
commit e002388c81
+1 -1
View File
@@ -16,7 +16,7 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
/* First byte determines what compressor to use */
if (size >= 1) {
int compressors[] = {
uWS::CompressOptions compressors[] = {
uWS::DEDICATED_COMPRESSOR_3KB,
uWS::DEDICATED_COMPRESSOR_4KB,
uWS::DEDICATED_COMPRESSOR_8KB,