Fixed typo with previous checkin. Must get sleep.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2640 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2003-06-05 00:33:43 +00:00
parent 7dd942b673
commit d1e2c532e4
@@ -1,5 +1,5 @@
//
// $Id: Communicator.java,v 1.30 2003/06/05 00:29:45 ray Exp $
// $Id: Communicator.java,v 1.31 2003/06/05 00:33:43 ray Exp $
package com.threerings.presents.client;
@@ -596,7 +596,7 @@ public class Communicator
protected SocketChannel _channel;
protected Queue _msgq = new Queue();
protected int _piid == -1;
protected int _piid = -1;
protected long _lastWrite;
/** We use this to frame our upstream messages. */