From 96229eed81c3e989b4de8869a52add1af7f41e85 Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Sun, 6 Dec 2015 17:50:51 +0100 Subject: [PATCH] Changed comment in test program to avoid confusion. There is a library called SDL_sound which is not used here. --- test/loopwave.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/loopwave.c b/test/loopwave.c index 1e98f4babbd7f..47db4a81ce7a6 100644 --- a/test/loopwave.c +++ b/test/loopwave.c @@ -10,7 +10,7 @@ freely. */ -/* Program to load a wave file and loop playing it using SDL sound */ +/* Program to load a wave file and loop playing it using SDL audio */ /* loopwaves.c is much more robust in handling WAVE files -- This is only for simple WAVEs