diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-07-04 14:16:35 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-07-04 15:05:30 +0200 |
| commit | 813f363bff69acc436b3c300a2f699f643a644f8 (patch) | |
| tree | 8f2ee490eee7d467487b3f6634bfa611c8886f6c /sys/fuchsia | |
| parent | 85b1d37b140571d85fff5aa77655ab1fa223fb36 (diff) | |
all: fix dup types in func args
Diffstat (limited to 'sys/fuchsia')
| -rw-r--r-- | sys/fuchsia/fidlgen/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fuchsia/fidlgen/main.go b/sys/fuchsia/fidlgen/main.go index 63f1ca120..8c48ac312 100644 --- a/sys/fuchsia/fidlgen/main.go +++ b/sys/fuchsia/fidlgen/main.go @@ -93,7 +93,7 @@ func main() { } } -func fidlgen(fidlgenPath string, jsonPath string, txtPathBase string) string { +func fidlgen(fidlgenPath, jsonPath, txtPathBase string) string { if !osutil.IsExist(jsonPath) { failf("cannot find %s", jsonPath) } |
