From b3f32437b8b98ec06488af6c6c9dff85f8fab834 Mon Sep 17 00:00:00 2001 From: David Reid Date: Tue, 13 Jan 2026 12:46:51 +1000 Subject: [PATCH] Update an out of date comment. --- examples/custom_backend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/custom_backend.c b/examples/custom_backend.c index e6ce60e1..d8da5e87 100644 --- a/examples/custom_backend.c +++ b/examples/custom_backend.c @@ -12,7 +12,7 @@ backends would actually get hit. By default, the `ma_backend_custom` backend is */ #include "../miniaudio.c" -/* We're using SDL for this example. To use this in your own program, you need to include backend_sdl.h after miniaudio.h. */ +/* We're using SDL for this example. To use this in your own program, you need to include miniaudio_sdl2.h after miniaudio.h. */ #include "../extras/backends/sdl2/miniaudio_sdl2.h" #ifdef __EMSCRIPTEN__