mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Small cleanup
This commit is contained in:
parent
03b2599397
commit
9b46e6b3f8
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ MASK_INLINE void snd_mask_none(snd_mask_t *mask)
|
|||
|
||||
MASK_INLINE void snd_mask_any(snd_mask_t *mask)
|
||||
{
|
||||
memset(mask, 0xff, MASK_SIZE * 4);
|
||||
memset(mask, 0xff, MASK_SIZE * sizeof(u_int32_t));
|
||||
}
|
||||
|
||||
MASK_INLINE int snd_mask_empty(const snd_mask_t *mask)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue