Skip to content

Commit 248f27b

Browse files
committed
Remove an unnecessary comment.
1 parent fc677be commit 248f27b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

miniaudio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21207,7 +21207,7 @@ static ma_device_backend_vtable ma_gDeviceBackendVTable_Null =
2120721207
ma_device_stop__null,
2120821208
NULL,
2120921209
NULL,
21210-
ma_device_loop__null, /* onDeviceLoop */
21210+
ma_device_loop__null,
2121121211
NULL /* onDeviceWakeup */
2121221212
};
2121321213

0 commit comments

Comments
 (0)