From 248f27b6e297405ecf6e35e48899ef045e17c962 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 30 Nov 2025 19:47:50 +1000 Subject: [PATCH] Remove an unnecessary comment. --- miniaudio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miniaudio.h b/miniaudio.h index c868d33c..6dba86f6 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -21207,7 +21207,7 @@ static ma_device_backend_vtable ma_gDeviceBackendVTable_Null = ma_device_stop__null, NULL, NULL, - ma_device_loop__null, /* onDeviceLoop */ + ma_device_loop__null, NULL /* onDeviceWakeup */ };