Skip to content

Commit f2b039e

Browse files
committed
missing comma
1 parent 87e75f2 commit f2b039e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuzzers/frida_gdiplus/src/fuzzer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ unsafe fn fuzz(options: &FuzzerOptions) -> Result<(), Error> {
401401
#[cfg(unix)]
402402
let mut objective = feedback_or_fast!(
403403
CrashFeedback::new(),
404-
TimeoutFeedback::new()
404+
TimeoutFeedback::new(),
405405
feedback_and_fast!(
406406
ConstFeedback::from(false),
407407
AsanErrorsFeedback::new(&asan_observer)

0 commit comments

Comments
 (0)