diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2011-04-19 21:47:34 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2011-04-19 21:47:34 -0400 |
commit | 7187698f32031bf0e3cdb198aa0caa188038b88e (patch) | |
tree | 6b6c90c1f3d8cc5513067210726cdda449297074 /indra | |
parent | 96f5a8e19cf36a59cd3b5afe413ec8e2d5fc33ce (diff) |
Add newline to final line of groupchatlistener.cpp.
The Linux compiler isn't happy when source files don't end with newline.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/groupchatlistener.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/groupchatlistener.cpp b/indra/newview/groupchatlistener.cpp index d9c705adf0..3758896b85 100644 --- a/indra/newview/groupchatlistener.cpp +++ b/indra/newview/groupchatlistener.cpp @@ -56,4 +56,4 @@ GroupChatListener::GroupChatListener(): /* static void sendMessage(const std::string& utf8_text, const LLUUID& im_session_id, const LLUUID& other_participant_id, EInstantMessage dialog); -*/
\ No newline at end of file +*/ |