Skip to content

Commit

Permalink
Fixed typo - I can't believe nobody caught this before...
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 10, 2003
1 parent be11172 commit 3360612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native_midi/native_midi_win32.c
Expand Up @@ -278,7 +278,7 @@ void native_midi_setvolume(int volume)
{
calcVolume = 255;
}
else if calcVolume < 0)
else if (calcVolume < 0)
{
calcVolume = 0;
}
Expand Down

0 comments on commit 3360612

Please sign in to comment.