Skip to content

Commit 9609d63

Browse files
committed
Tcpdump nit in build.sh
1 parent 3e9ca3e commit 9609d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/tcpdump/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ $CXX $CXXFLAGS fuzz_pcap.o -o $OUT/fuzz_pcap libnetdissect.a ../../libpcap/build
3636
# export other associated stuff
3737
cd ..
3838
cp fuzz/fuzz_*.options $OUT/
39-
#builds corpus
39+
# builds corpus
4040
zip -r fuzz_pcap_seed_corpus.zip tests/*.pcap
4141
cp fuzz_pcap_seed_corpus.zip $OUT/

0 commit comments

Comments
 (0)