summaryrefslogtreecommitdiff
path: root/spu.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2008-02-10 14:11:47 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2008-02-10 14:11:47 +0100
commit56f1b1b741f45feefd499c8f3a4343734d72debd (patch)
tree41d73b3fe1f8b5c9aa50937463f0f408941e030e /spu.c
parente1eb84db4908465b44a5ed685c62912a694607a6 (diff)
downloadvdr-56f1b1b741f45feefd499c8f3a4343734d72debd.tar.gz
vdr-56f1b1b741f45feefd499c8f3a4343734d72debd.tar.bz2
Some code cleanup
Diffstat (limited to 'spu.c')
-rw-r--r--spu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/spu.c b/spu.c
index b53a560a..feb2d61c 100644
--- a/spu.c
+++ b/spu.c
@@ -6,13 +6,13 @@
* This code is distributed under the terms and conditions of the
* GNU GENERAL PUBLIC LICENSE. See the file COPYING for details.
*
- * $Id: spu.c 1.3 2006/04/17 11:00:00 kls Exp $
+ * $Id: spu.c 1.4 2008/02/10 14:06:48 kls Exp $
*/
#include "spu.h"
#include <inttypes.h>
-// -- cSpuDecoder ------------------------------------------------------------
+// --- cSpuDecoder -----------------------------------------------------------
/*
cSpuDecoder::cSpuDecoder()
{};