diff options
author | Takashi Iwai <tiwai@suse.de> | 2001-12-07 14:17:42 +0000 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2001-12-07 14:17:42 +0000 |
commit | 5140d870541cfa93836dc40a9ead585270b1ef19 (patch) | |
tree | 21595b90665bb1aad4af7608460de916f8df3690 /include | |
parent | c683f999f259b0592466120207013e77d3f89f5b (diff) | |
download | alsa-lib-5140d870541cfa93836dc40a9ead585270b1ef19.tar.gz |
Removed the last empty char (which annoys some compilers)..
Diffstat (limited to 'include')
-rw-r--r-- | include/input.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/input.h b/include/input.h index 48d636c4..5fbc5935 100644 --- a/include/input.h +++ b/include/input.h @@ -65,4 +65,3 @@ int snd_input_ungetc(snd_input_t *input, int c); #endif #endif /* __ALSA_INPUT_H */ -
\ No newline at end of file |