Commit 38c24726 authored by Cary Hull's avatar Cary Hull

Unterminated declaration breaks build.

R=rsc
APPROVED=rsc
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=16688
CL=16690
parent 7abfcd98
......@@ -39,7 +39,7 @@ export func NewPollster() (p *Pollster, err *os.Error) {
}
func (p *Pollster) AddFD(fd int64, mode int, repeat bool) *os.Error {
var ev syscall.EpollEvent
var ev syscall.EpollEvent;
var already bool;
ev.fd = int32(fd);
ev.events, already = p.events[fd];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment