summaryrefslogtreecommitdiff
path: root/src/debug.h
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2010-07-27 15:31:21 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2010-07-27 15:31:21 +0100
commitb11fdbd1b54dca4558c844f83f4713d0068f5470 (patch)
treeddf9a3a8879ee2ed0dd053bfba5fb84604dd72a6 /src/debug.h
parent15e6d9eafd2c1a555e0edea1cd58a62fcfae9a13 (diff)
client types: now it's called ClientTypes; update everything
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'src/debug.h')
-rw-r--r--src/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug.h b/src/debug.h
index 182669340..e76796044 100644
--- a/src/debug.h
+++ b/src/debug.h
@@ -35,7 +35,7 @@ typedef enum
GABBLE_DEBUG_AUTH = 1 << 23,
GABBLE_DEBUG_SLACKER = 1 << 24,
GABBLE_DEBUG_SHARE = 1 << 25,
- GABBLE_DEBUG_CLIENT_TYPE = 1 << 26,
+ GABBLE_DEBUG_CLIENT_TYPES = 1 << 26,
} GabbleDebugFlags;
void gabble_debug_set_flags_from_env (void);