diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-07-19 11:58:32 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-07-19 11:58:32 +0000 |
commit | fab88fe9e4731aef2c371fb33522c4a8d114c1a7 (patch) | |
tree | a6a0f5437ea860f6b5338298391f65b6e28dc33a | |
parent | b7fe7877763ef6438be1331d24813116d65b1d3f (diff) | |
download | xine-lib-fab88fe9e4731aef2c371fb33522c4a8d114c1a7.tar.gz xine-lib-fab88fe9e4731aef2c371fb33522c4a8d114c1a7.tar.bz2 |
typo?
CVS patchset: 5186
CVS date: 2003/07/19 11:58:32
-rw-r--r-- | src/audio_out/audio_alsa_out.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/audio_out/audio_alsa_out.c b/src/audio_out/audio_alsa_out.c index 5a3545077..a1cb1241d 100644 --- a/src/audio_out/audio_alsa_out.c +++ b/src/audio_out/audio_alsa_out.c @@ -26,7 +26,7 @@ * (c) 2001 James Courtier-Dutton <James@superbug.demon.co.uk> * * - * $Id: audio_alsa_out.c,v 1.97 2003/07/18 20:51:51 f1rmb Exp $ + * $Id: audio_alsa_out.c,v 1.98 2003/07/19 11:58:32 mroi Exp $ */ #ifdef HAVE_CONFIG_H @@ -230,7 +230,7 @@ static long ao_alsa_get_volume_from_percent(int val, long min, long max) { /* * Error callback, we need to control this, - * error message should be printed in non DEBUG mode. + * error message should be printed only in DEBUG mode. */ static void error_callback(const char *file, int line, const char *function, int err, const char *fmt, ...) { |