summaryrefslogtreecommitdiff
path: root/src/pkg/exp/ogle/abort.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/exp/ogle/abort.go')
-rw-r--r--src/pkg/exp/ogle/abort.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/exp/ogle/abort.go b/src/pkg/exp/ogle/abort.go
index 087c57b5f..f7bf11527 100644
--- a/src/pkg/exp/ogle/abort.go
+++ b/src/pkg/exp/ogle/abort.go
@@ -15,7 +15,7 @@ type aborter interface {
Abort(err os.Error);
}
-type ogleAborter chan os.Error;
+type ogleAborter chan os.Error
func (a ogleAborter) Abort(err os.Error) {
a <- err;