Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorvald Natvig <slicer@users.sourceforge.net>2009-03-26 23:57:19 +0300
committerThorvald Natvig <slicer@users.sourceforge.net>2009-03-26 23:57:19 +0300
commit1a7e9e8b6b800c24e175370c0fa97e1d1f1585cc (patch)
treec47bf8ee6ede06a329cf00a005b9cf4adf31e09e /src/Message.h
parent1718cde75e4c0db7b74376b847d58559d646ce1e (diff)
Indent, changelog and submodule update
Diffstat (limited to 'src/Message.h')
-rw-r--r--src/Message.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Message.h b/src/Message.h
index 1cf5a5489..28fee884d 100644
--- a/src/Message.h
+++ b/src/Message.h
@@ -60,7 +60,7 @@ class MessageHandler {
#define MUMBLE_MH_MSG(x) x,
enum MessageType {
- MUMBLE_MH_ALL
+ MUMBLE_MH_ALL
};
#undef MUMBLE_MH_MSG
static void messageToNetwork(const ::google::protobuf::Message &msg, unsigned int msgType, QByteArray &cache);