From cae78e79e81afbc47a9a5802c4cfcc62dbc07f8e Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 24 Mar 2020 15:46:47 -0700 Subject: Convert the examples from SDL_sound to libsndfile --- examples/alplay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/alplay.c') diff --git a/examples/alplay.c b/examples/alplay.c index af1c313c..70314d47 100644 --- a/examples/alplay.c +++ b/examples/alplay.c @@ -158,7 +158,7 @@ int main(int argc, char **argv) } while(alGetError() == AL_NO_ERROR && state == AL_PLAYING); printf("\n"); - /* All done. Delete resources, and close down SDL_sound and OpenAL. */ + /* All done. Delete resources, and close down OpenAL. */ alDeleteSources(1, &source); alDeleteBuffers(1, &buffer); -- cgit v1.2.3