mirror of
https://github.com/xdsopl/robot36.git
synced 2026-04-21 06:03:41 +00:00
cleaned up
This commit is contained in:
parent
efe2099405
commit
0ae2f47dc1
2 changed files with 2 additions and 2 deletions
2
wav.c
2
wav.c
|
|
@ -34,7 +34,7 @@ typedef struct {
|
|||
void (*info)(pcm_t *);
|
||||
int (*rate)(pcm_t *);
|
||||
int (*channels)(pcm_t *);
|
||||
int (*rw)(struct pcm *, short *, int);
|
||||
int (*rw)(pcm_t *, short *, int);
|
||||
void *p;
|
||||
short *b;
|
||||
size_t size;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue