From 8ae21cad83dbae454fe6d86d748834cd58f9a8d8 Mon Sep 17 00:00:00 2001 From: Will Cosgrove Date: Fri, 5 Feb 2021 10:05:52 -0800 Subject: [PATCH] ssh2_client_fuzzer.cc: fixed building The GitHub web editor did some funky things --- tests/ossfuzz/ssh2_client_fuzzer.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/ossfuzz/ssh2_client_fuzzer.cc b/tests/ossfuzz/ssh2_client_fuzzer.cc index 84a9934c..d9f5ab51 100644 --- a/tests/ossfuzz/ssh2_client_fuzzer.cc +++ b/tests/ossfuzz/ssh2_client_fuzzer.cc @@ -87,5 +87,4 @@ EXIT_LABEL: close(socket_fds[1]); return 0; - - "Normal Shutdown, Thank you for playing") +}