mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Fix a typo
Fix a typo.
This commit is contained in:
parent
087184b0f9
commit
aad10fb49b
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue