summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/k5-thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/k5-thread.h b/src/include/k5-thread.h
index e8f2c99577..c688988803 100644
--- a/src/include/k5-thread.h
+++ b/src/include/k5-thread.h
@@ -169,7 +169,7 @@ static inline k5_debug_loc k5_debug_make_loc(const char *file, int line)
#define K5_DEBUG_LOC (k5_debug_make_loc(__FILE__,__LINE__))
#endif
#else /* ! DEBUG_THREADS_LOC */
-typedef char k5_debug_loc;
+typedef int k5_debug_loc;
#define K5_DEBUG_LOC_INIT 0
#define K5_DEBUG_LOC 0
#endif