From 96b8132aafe57042a25cc3e8a73f8e2f159e6a66 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 16 Jul 2019 15:55:12 +0200 Subject: sys/syz-extract: fix too long line --- sys/syz-extract/fetch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/syz-extract/fetch.go b/sys/syz-extract/fetch.go index f2cf178cd..58910d577 100644 --- a/sys/syz-extract/fetch.go +++ b/sys/syz-extract/fetch.go @@ -16,7 +16,7 @@ import ( "github.com/google/syzkaller/pkg/osutil" ) -func extract(info *compiler.ConstInfo, cc string, args []string, addSource string, declarePrintf bool, defineGlibcUse bool) ( +func extract(info *compiler.ConstInfo, cc string, args []string, addSource string, declarePrintf, defineGlibcUse bool) ( map[string]uint64, map[string]bool, error) { data := &CompileData{ AddSource: addSource, -- cgit mrf-deployment