From 0375ab2ae2109aab33c6a6204c98cd374dadddd8 Mon Sep 17 00:00:00 2001 From: Alan Donovan Date: Thu, 30 Oct 2014 14:08:55 -0400 Subject: misc/cgo/test: fix bad C test code that fails on some configurations LGTM=rsc R=rsc CC=golang-codereviews https://codereview.appspot.com/169800043 --- misc/cgo/test/issue9026.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/cgo/test/issue9026.go b/misc/cgo/test/issue9026.go index b17440452..b5d975f17 100644 --- a/misc/cgo/test/issue9026.go +++ b/misc/cgo/test/issue9026.go @@ -5,7 +5,7 @@ typedef struct {} git_merge_file_input; typedef struct {} git_merge_file_options; -int git_merge_file( +void git_merge_file( git_merge_file_input *in, git_merge_file_options *opts) {} */ -- cgit v1.2.1