Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Changed wording on test output.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Oct 4, 2006
1 parent 0825a8a commit 2f2d3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testmultiaudio.c
Expand Up @@ -116,7 +116,7 @@ int main(int argc, char **argv)

devcount = SDL_GetNumAudioDevices(0);
if (devcount < 1) {
fprintf(stderr, "Don't see more than one device!\n");
fprintf(stderr, "Don't see any specific audio devices!\n");
} else {
if (argv[1] == NULL) {
argv[1] = "sample.wav";
Expand Down

0 comments on commit 2f2d3d6

Please sign in to comment.