mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-21 08:56:52 -05: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.
|
* 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)
|
struct snd_shm_area *snd_shm_area_create(int shmid, void *ptr)
|
||||||
p{
|
{
|
||||||
struct snd_shm_area *area = malloc(sizeof(*area));
|
struct snd_shm_area *area = malloc(sizeof(*area));
|
||||||
if (area) {
|
if (area) {
|
||||||
area->shmid = shmid;
|
area->shmid = shmid;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue