Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2011-02-02 12:40:05 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2011-02-02 12:40:05 (GMT)
commit56bc73da0306b26f60b7eeced9d85dc47555f154 (patch)
treee4ffed4de895475880ecf5cb67c6e302268addc7
parent9e8baf539f4b1530143b65322cbf817ad5566ced (diff)
Make g_log variable static to enable working in F14
-rw-r--r--common/Util/Clooper/aclient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Util/Clooper/aclient.cpp b/common/Util/Clooper/aclient.cpp
index a2ce240..1a8e81b 100644
--- a/common/Util/Clooper/aclient.cpp
+++ b/common/Util/Clooper/aclient.cpp
@@ -35,7 +35,7 @@ struct TamTamSound;
struct Music;
TamTamSound * g_tt = NULL;
Music * g_music = NULL;
-log_t * g_log = NULL;
+static log_t * g_log = NULL;
const int STEP_eventMax = 16; //this is the most events that will be queued by a loop per step()
/**