@@ -36,11 +36,11 @@ static of_mutex_t mutex; OF_CONSTRUCTOR() { if (!of_mutex_new(&mutex)) - OBJC_ERROR("Failed to create mutex!") + OBJC_ERROR("Failed to create mutex!"); } #endif int objc_sync_enter(id object)