syntax error fix

This commit is contained in:
Brian Smith 2012-10-07 01:05:21 -04:00
parent e1aeb9ec4f
commit 7b15816665
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ message ClientMessage {
optional LeaveJamSession leave_jam_session = 105;
optional LeaveJamSessionAck leave_jam_session_ack = 106;
optional Heartbeat heartbeat = 107;
optional FriendUpdate friend_update = 108 // from server to all friends of user
optional FriendUpdate friend_update = 108; // from server to all friends of user
// Client-Session messages (to/from)
optional TestSessionMessage test_session_message = 200;