From 7b15816665025721edecfe4958db3810585d941d Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Sun, 7 Oct 2012 01:05:21 -0400 Subject: [PATCH] syntax error fix --- src/client_container.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client_container.proto b/src/client_container.proto index 622e6dbfd..924597431 100644 --- a/src/client_container.proto +++ b/src/client_container.proto @@ -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;