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:
authorStefan Hacker <dd0t@users.sourceforge.net>2010-02-09 00:34:50 +0300
committerStefan Hacker <dd0t@users.sourceforge.net>2010-02-09 00:35:22 +0300
commit070692d6fb62e98f5f60bf8583b95b499ad01aa3 (patch)
tree4797aba4365b88d7b44db3573048b3c1ac8b3746 /plugins/wolfet
parent1e36860075918e2f6c2e7c1964c467225f67893a (diff)
Small style fixes in some plugins
Diffstat (limited to 'plugins/wolfet')
-rw-r--r--plugins/wolfet/wolfet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/wolfet/wolfet.cpp b/plugins/wolfet/wolfet.cpp
index b36f29361..7a6920452 100644
--- a/plugins/wolfet/wolfet.cpp
+++ b/plugins/wolfet/wolfet.cpp
@@ -147,7 +147,7 @@ static int fetch(float *avatar_pos, float *avatar_front, float *avatar_top, floa
camera_top[i] = avatar_top[i];
}
- return ok;
+ return true;
}
static int trylock() {