From 3c9412d7f09fc83d5b96fc0a72c083824f16d3e3 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Fri, 2 Sep 2011 14:01:55 +0200 Subject: [PATCH] comments --- zparse.rl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zparse.rl b/zparse.rl index 0fe81cd1..11bb6ffc 100644 --- a/zparse.rl +++ b/zparse.rl @@ -123,7 +123,7 @@ func run(zp *Parser, quit chan bool) (err os.Error) { l := 1 // or... 0? mark := 0 var hdr RR_Header - // Need to listen to the quit channel + // Need to listen to the quit channel, do this in the mark action, or something? %%{