sys/syz-extract: fix too long line

This commit is contained in:
Dmitry Vyukov 2019-07-16 15:55:12 +02:00
parent d6d32e566b
commit 96b8132aaf

View File

@ -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,