From d4588bf5774f4eb41a3c8225e28ce7ef2973a393 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 2 Jan 2014 21:29:33 +0100 Subject: ao_alsa: remove 9 year old typo Actually, remove the whole comment, because it's outdated and get_space() returns the number of free samples now. --- audio/out/ao_alsa.c | 1 - 1 file changed, 1 deletion(-) (limited to 'audio') diff --git a/audio/out/ao_alsa.c b/audio/out/ao_alsa.c index e8b3405bb0..2237c4dd59 100644 --- a/audio/out/ao_alsa.c +++ b/audio/out/ao_alsa.c @@ -657,7 +657,6 @@ alsa_error: return -1; } -/* how many byes are free in the buffer */ static int get_space(struct ao *ao) { struct priv *p = ao->priv; -- cgit v1.2.3