diff options
author | phintuka <phintuka> | 2013-01-06 21:21:08 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2013-01-06 21:21:08 +0000 |
commit | 793aa61b1d9c71777e88a7a71ce434a090ef553f (patch) | |
tree | d2f2e142665b41cd2ba0dde92292afe36bd61fe7 | |
parent | 404440f16f2e0cacf8fa703c3c43b7442a55d533 (diff) | |
download | xineliboutput-793aa61b1d9c71777e88a7a71ce434a090ef553f.tar.gz xineliboutput-793aa61b1d9c71777e88a7a71ce434a090ef553f.tar.bz2 |
Fixed log message
-rw-r--r-- | tools/ts.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; } |