Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Lantinga committed Mar 4, 2001
1 parent 203fb01 commit 4a8f27d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mixer.c
Expand Up @@ -263,7 +263,7 @@ int Mix_QuerySpec(int *frequency, Uint16 *format, int *channels)
if ( format ) {
*format = mixer.format;
}
if ( mix_channels ) {
if ( channels ) {
*channels = mixer.channels;
}
}
Expand Down

0 comments on commit 4a8f27d

Please sign in to comment.