From d1ef48954ee56984bb290545ac7f03965a9ce2ed Mon Sep 17 00:00:00 2001 From: zhouzhongyuan Date: Fri, 28 Jun 2019 17:34:24 +0800 Subject: [PATCH] fix comment in testReader.c --- testReader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 testReader.c diff --git a/testReader.c b/testReader.c old mode 100644 new mode 100755 index 8f8e26d5..da2f1b02 --- a/testReader.c +++ b/testReader.c @@ -1,5 +1,5 @@ /* - * testSAX.c : a small tester program for parsing using the SAX API. + * testReader.c : a small tester program for parsing using the xmlReader * * See Copyright for the status of this software. * -- GitLab