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

Commit

Permalink
Browse files Browse the repository at this point in the history
Patched to build on pre-C99 compilers.
  • Loading branch information
icculus committed Oct 8, 2006
1 parent 8eeea5c commit 103024f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testaudioinfo.c
Expand Up @@ -28,8 +28,8 @@ int main(int argc, char **argv)
if (n == 0) {
printf("No built-in audio drivers\n\n");
} else {
printf("Built-in audio drivers:\n");
int i;
printf("Built-in audio drivers:\n");
for (i = 0; i < n; ++i) {
printf(" %s\n", SDL_GetAudioDriver(i));
}
Expand Down

0 comments on commit 103024f

Please sign in to comment.