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:
authorTuck Therebelos <snares@users.sourceforge.net>2010-12-20 01:48:07 +0300
committerTuck Therebelos <snares@users.sourceforge.net>2010-12-20 01:48:07 +0300
commit09008e6e65767fa8680fca572787c6d84b881d5f (patch)
tree0961bafd7775f6e6d250042de09033177f32359b /plugins/l4d
parent120fa9ee1edd5e30f03b16ae864db2b7d45fc23f (diff)
Fix semicolon omission
Diffstat (limited to 'plugins/l4d')
-rw-r--r--plugins/l4d/l4d.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/l4d/l4d.cpp b/plugins/l4d/l4d.cpp
index c57e7ba97..b6f10b0a0 100644
--- a/plugins/l4d/l4d.cpp
+++ b/plugins/l4d/l4d.cpp
@@ -31,7 +31,7 @@
#include "../mumble_plugin_win32.h"
BYTE *posptr;
-BYTE *rotptr
+BYTE *rotptr;
static bool calcout(float *pos, float *rot, float *opos, float *front, float *top) {
float h = rot[0];