summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2013-01-06 21:21:08 +0000
committerphintuka <phintuka>2013-01-06 21:21:08 +0000
commit793aa61b1d9c71777e88a7a71ce434a090ef553f (patch)
treed2f2e142665b41cd2ba0dde92292afe36bd61fe7
parent404440f16f2e0cacf8fa703c3c43b7442a55d533 (diff)
downloadxineliboutput-793aa61b1d9c71777e88a7a71ce434a090ef553f.tar.gz
xineliboutput-793aa61b1d9c71777e88a7a71ce434a090ef553f.tar.bz2
Fixed log message
-rw-r--r--tools/ts.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/ts.c b/tools/ts.c
index 6f5ef5aa..35585c57 100644
--- a/tools/ts.c
+++ b/tools/ts.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: ts.c,v 1.31 2013-01-06 21:20:11 phintuka Exp $
+ * $Id: ts.c,v 1.32 2013-01-06 21:21:08 phintuka Exp $
*
*/
@@ -205,7 +205,7 @@ static void ts_get_reg_desc(uint32_t *dest, const uint8_t *data, int length)
}
d += 2 + d[1];
}
- LOGPMT("pare_pmt: found no format id");
+ LOGPMT("parse_pmt: found no format id");
*dest = 0;
}