diff options
author | Taylor Holberton <taylorcholberton@gmail.com> | 2017-04-06 22:21:46 -0700 |
---|---|---|
committer | Taylor Holberton <taylorcholberton@gmail.com> | 2017-04-06 22:21:46 -0700 |
commit | 5f9d22f568c06310b90935192f12670742c6c8dc (patch) | |
tree | dadd131674c149691b7b2cc73d82b6fa720b756e | |
parent | 1369a0ff9979cfbdaa0ca88e4696265655cd198b (diff) |
removed stray tab
-rw-r--r-- | include/tinyalsa/pcm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tinyalsa/pcm.h b/include/tinyalsa/pcm.h index 69544a1..2bd6292 100644 --- a/include/tinyalsa/pcm.h +++ b/include/tinyalsa/pcm.h @@ -241,7 +241,7 @@ struct pcm *pcm_open_by_name(const char *name, const struct pcm_config *config); int pcm_close(struct pcm *pcm); - + int pcm_is_ready(const struct pcm *pcm); unsigned int pcm_get_channels(const struct pcm *pcm); |