diff options
| author | Pietro Gagliardi <[email protected]> | 2014-03-10 11:06:07 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-03-10 11:06:07 -0400 |
| commit | 699f786cd5360ce851a0542c218f0d9cb919d608 (patch) | |
| tree | eab56ce0a7e1f052d6932995e750b6c97e121b37 /sysdata_windows.go | |
| parent | a68bdec2fd8a23230ed12348c3801d349b19dea2 (diff) | |
Fixed compiler errors in the previous few commits.
Diffstat (limited to 'sysdata_windows.go')
| -rw-r--r-- | sysdata_windows.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdata_windows.go b/sysdata_windows.go index f67b7e1..62c5788 100644 --- a/sysdata_windows.go +++ b/sysdata_windows.go @@ -254,7 +254,7 @@ func (s *sysData) setText(text string) { } r := <-ret if r.ret == 0 { // failure - panic(fmt.Errorf("error setting window/control text: %v", err)) + panic(fmt.Errorf("error setting window/control text: %v", r.err)) } } |
