From c000d2eb1c11999b15772ad582b364604f6f8acf Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Fri, 16 Jan 2009 14:58:14 -0800 Subject: casify, cleanup sys R=r OCL=22978 CL=22984 --- doc/progs/helloworld3.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/progs/helloworld3.go') diff --git a/doc/progs/helloworld3.go b/doc/progs/helloworld3.go index f6decccbf..59aebc721 100644 --- a/doc/progs/helloworld3.go +++ b/doc/progs/helloworld3.go @@ -12,6 +12,6 @@ func main() { file, err := fd.Open("/does/not/exist", 0, 0); if file == nil { print("can't open file; err=", err.String(), "\n"); - sys.exit(1); + sys.Exit(1); } } -- cgit v1.2.3