summaryrefslogtreecommitdiff
path: root/source4/lib/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/debug.c')
-rw-r--r--source4/lib/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/debug.c b/source4/lib/debug.c
index dbd3946c81..c9247f380f 100644
--- a/source4/lib/debug.c
+++ b/source4/lib/debug.c
@@ -141,7 +141,7 @@ void print_suspicious_usage(const char* from, const char* info)
}
}
-uint32 get_task_id(void)
+uint32_t get_task_id(void)
{
if (debug_handlers.ops.get_task_id) {
return debug_handlers.ops.get_task_id();