Fix a typo

Fix a typo.
This commit is contained in:
Takashi Iwai 2005-05-24 14:50:21 +00:00
parent 087184b0f9
commit aad10fb49b

View file

@ -48,7 +48,7 @@ static LIST_HEAD(shm_areas);
* The record has a reference counter, which is initialized to 1 by this function.
*/
struct snd_shm_area *snd_shm_area_create(int shmid, void *ptr)
p{
{
struct snd_shm_area *area = malloc(sizeof(*area));
if (area) {
area->shmid = shmid;