Mercurial > almixer_isolated
changeset 75:609d597b0dd9
Fixed capitalization error of ALMixer_SetError instead of ALmixer_SetError in Windows only code.
Thanks to Johnson Lin for reporting.
author | Eric Wing <ewing . public |-at-| gmail . com> |
---|---|
date | Mon, 13 Aug 2012 00:06:12 -0700 |
parents | c112e4576832 |
children | 12e4e093c6e0 |
files | ALmixer.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ALmixer.c Fri Aug 10 23:38:56 2012 -0700 +++ b/ALmixer.c Mon Aug 13 00:06:12 2012 -0700 @@ -311,7 +311,7 @@ } else { - ALMixer_SetError("Windows error: High resolution clock failed."); + ALmixer_SetError("Windows error: High resolution clock failed."); fprintf(stderr, "Windows error: High resolution clock failed. Audio will not work correctly.\n"); } #else