Modules/UDI - Add check for UDI_VERSION to udi.h
[tpg/acess2.git] / KernelLand / Modules / Interfaces / UDI / udi_lib / core / logging.c
index eef1070..ed24359 100644 (file)
@@ -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();
 }

UCC git Repository :: git.ucc.asn.au