aboutsummaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2019-07-16 15:55:12 +0200
committerDmitry Vyukov <dvyukov@google.com>2019-07-16 16:34:29 +0200
commit96b8132aafe57042a25cc3e8a73f8e2f159e6a66 (patch)
treee34b8d8754d34c95d71bc29ca1b73d4fc500e887 /sys
parentd6d32e566b42b9178552a144a23e15b4b65e19e1 (diff)
sys/syz-extract: fix too long line
Diffstat (limited to 'sys')
-rw-r--r--sys/syz-extract/fetch.go2
1 files changed, 1 insertions, 1 deletions
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,