From aad10fb49b80e12ac3854e73955663bd06fd167d Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 24 May 2005 14:50:21 +0000 Subject: [PATCH] Fix a typo Fix a typo. --- src/shmarea.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shmarea.c b/src/shmarea.c index 886ef8a3..4a64d438 100644 --- a/src/shmarea.c +++ b/src/shmarea.c @@ -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; -- 2.47.1