Merge branch 'refs/heads/t/tarball-build-fix'
[paraslash.git] / check_wav.c
index 872a7d0a0854d27061777b99c15bc98d6884a80f..d1d278724f123100a96358779c1cff4520db177d 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (C) 2005-2013 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -116,8 +116,8 @@ out:
  * This function looks at the first \p WAV_HEADER_SIZE bytes of the input queue
  * of the btrn of \a cwc. If they look like a wav header, the function extracts
  * the information of interest and swallows this part of the stream. Otherwise
  * This function looks at the first \p WAV_HEADER_SIZE bytes of the input queue
  * of the btrn of \a cwc. If they look like a wav header, the function extracts
  * the information of interest and swallows this part of the stream. Otherwise
- * it is pushed down to all children of \a btrn. In either case the rest of the
- * input is pushed down as well.
+ * it is pushed down to all children. In either case the rest of the input is
+ * pushed down as well.
  *
  * Once the first part has been processed this way, the state of the instance
  * changes from \p CWS_NEED_HEADER to \p CWS_HAVE_HEADER or \p CWS_NO_HEADER.
  *
  * Once the first part has been processed this way, the state of the instance
  * changes from \p CWS_NEED_HEADER to \p CWS_HAVE_HEADER or \p CWS_NO_HEADER.