Skip to content
Snippets Groups Projects
Commit 6ac891be authored by John Hodge's avatar John Hodge
Browse files

Modules/UDI - Fix use of 'bool' as a variable name

parent 1b7f7745
No related merge requests found
......@@ -43,7 +43,7 @@ void __udi_assert(const char *expr, const char *file, int line)
UNIMPLEMENTED();
}
void udi_assert(udi_boolean_t bool)
void udi_assert(udi_boolean_t bool_value)
{
UNIMPLEMENTED();
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment