Loading...
libkern/c++/OSValueObject.cpp xnu-10002.1.13 xnu-8792.41.9
--- xnu/xnu-10002.1.13/libkern/c++/OSValueObject.cpp
+++ xnu/xnu-8792.41.9/libkern/c++/OSValueObject.cpp
@@ -38,7 +38,7 @@
 {
 	// the choice of template type parameter int here is arbitrary;
 	// it just needs to be something to instantiate a concrete type
-	static KALLOC_TYPE_DEFINE(OSValueObject_ktv, OSValueObject<int>, KT_DEFAULT);
+	static KALLOC_TYPE_DEFINE(OSValueObject_ktv, OSValueObject<int>, KT_DEFAULT)
 	return OSValueObject_ktv;
 }
 }