fix extra brace

This commit is contained in:
Alex Groce
2018-07-28 12:41:14 -07:00
parent 8fe58fe48e
commit 3fe716fbf0
-1
View File
@@ -189,7 +189,6 @@ int vfprintf(FILE *file, const char *format, va_list args) {
DeepState_LogVFormat(DeepState_LogFuzzer, format, args);
}
*/
}
return 0;
}