Fixed typos

This commit is contained in:
Abramo Bagnara 2000-11-29 10:26:01 +00:00
parent b9916fd7fe
commit 4ac3fac092
2 changed files with 2 additions and 1 deletions

View file

@ -1913,6 +1913,7 @@ void snd_pcm_hw_info_par_dump(snd_pcm_hw_info_t *info, unsigned int param, FILE
unsigned long min, max;
snd_pcm_hw_info_par_get_minmax(info, param, &min, &max);
printf("%ld - %ld", min, max);
break;
}
default:
assert(0);