aboutsummaryrefslogtreecommitdiff
path: root/doc/demux_asf.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2005-08-19 04:10:49 +0000
committerChristian Grothoff <christian@grothoff.org>2005-08-19 04:10:49 +0000
commit0378513eb0894645812e9635f033bffa6a6da570 (patch)
treebb5e09c3899de16b38dcf3ba1cab7d503bc323c4 /doc/demux_asf.c
parent73a89d7347e1dd4324e431fc001ad535913c7099 (diff)
downloadlibextractor-0378513eb0894645812e9635f033bffa6a6da570.tar.gz
libextractor-0378513eb0894645812e9635f033bffa6a6da570.zip
quote GNU style
Diffstat (limited to 'doc/demux_asf.c')
-rw-r--r--doc/demux_asf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/demux_asf.c b/doc/demux_asf.c
index 57e0eaa..c4cc223 100644
--- a/doc/demux_asf.c
+++ b/doc/demux_asf.c
@@ -1495,7 +1495,7 @@ static int demux_asf_parse_asx_references( demux_asf_t *this) {
1495 printf("demux_asf: Unable to find VERSION tag from ASX.\n"); 1495 printf("demux_asf: Unable to find VERSION tag from ASX.\n");
1496 } 1496 }
1497 else 1497 else
1498 printf("demux_asf: Unsupported XML type: '%s'.\n", xml_tree->name); 1498 printf("demux_asf: Unsupported XML type: `%s'.\n", xml_tree->name);
1499 1499
1500 xml_parser_free_tree(xml_tree); 1500 xml_parser_free_tree(xml_tree);
1501__failure: 1501__failure: