diff options
author | Ewald Snel <esnel@users.sourceforge.net> | 2002-11-20 13:42:41 +0000 |
---|---|---|
committer | Ewald Snel <esnel@users.sourceforge.net> | 2002-11-20 13:42:41 +0000 |
commit | 49857aee17246dfc50d33bea2cc6dc3f4f3b88f6 (patch) | |
tree | f00c8c4600742e04e942c1a27c2538f03b1dfc07 | |
parent | 2f3f9f2e244bfb544c3c44279527bfea5e6d50f8 (diff) | |
download | xine-lib-49857aee17246dfc50d33bea2cc6dc3f4f3b88f6.tar.gz xine-lib-49857aee17246dfc50d33bea2cc6dc3f4f3b88f6.tar.bz2 |
Fix typo
CVS patchset: 3314
CVS date: 2002/11/20 13:42:41
-rw-r--r-- | src/xine-engine/audio_out.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-engine/audio_out.h b/src/xine-engine/audio_out.h index a839f628c..6fa21b531 100644 --- a/src/xine-engine/audio_out.h +++ b/src/xine-engine/audio_out.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: audio_out.h,v 1.41 2002/11/20 11:57:49 mroi Exp $ + * $Id: audio_out.h,v 1.42 2002/11/20 13:42:41 esnel Exp $ */ #ifndef HAVE_AUDIO_OUT_H #define HAVE_AUDIO_OUT_H @@ -35,7 +35,7 @@ extern "C" { #else #include <xine/metronom.h> #include <xine/configfile.h> -#inlcude <xine/xineutils.h> +#include <xine/xineutils.h> #endif |