diff options
Diffstat (limited to 'src/gtimer/gtimer.c')
| -rw-r--r-- | src/gtimer/gtimer.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtimer/gtimer.c b/src/gtimer/gtimer.c index 6dc0d6f8..47f6d579 100644 --- a/src/gtimer/gtimer.c +++ b/src/gtimer/gtimer.c @@ -19,7 +19,7 @@  /* This mutex protects access to our tables */  static gfxMutex			mutex; -static gfxThreadHandle	hThread = 0; +static gThread	hThread = 0;  static GTimer			*pTimerHead = 0;  static gfxSem			waitsem;  static gTicks	ticks2ms;  | 
