]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Fix a typo
authorTakashi Iwai <tiwai@suse.de>
Tue, 24 May 2005 14:50:21 +0000 (14:50 +0000)
committerTakashi Iwai <tiwai@suse.de>
Tue, 24 May 2005 14:50:21 +0000 (14:50 +0000)
Fix a typo.

src/shmarea.c

index 886ef8a3e0b9f5526d7d19d2bdc03e4bb793c7c4..4a64d4386a1e0eef11278135be5eb7249ca8308e 100644 (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;