From d0aa63212769830612ba8d583dcad8d92901a7ad Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 4 Nov 2017 22:07:52 +1000 Subject: [PATCH] Remove a TODO. --- mini_al.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mini_al.h b/mini_al.h index b8800ccf..89ba4fdb 100644 --- a/mini_al.h +++ b/mini_al.h @@ -440,7 +440,7 @@ typedef union char openal[256]; // OpenAL seems to use human-readable device names as the ID. #endif #ifdef MAL_SUPPORT_NULL - int nullbackend; // Always 0. TODO: Check that this is indeed always set to 0 or just undefined. If undefined, change this to always be 0. + int nullbackend; // Always 0. #endif } mal_device_id;