diff options
author | Scott MacVicar <scottmac@php.net> | 2009-01-12 14:28:05 +0000 |
---|---|---|
committer | Scott MacVicar <scottmac@php.net> | 2009-01-12 14:28:05 +0000 |
commit | b4fa66e858163a380d94ad93178add9598f695b3 (patch) | |
tree | 370eccf51bd4a3a0cf4d3c92d962baca2a94f24e /ext/xml/compat.c | |
parent | 534c2009259cee99330df4985d16a9b231c95a48 (diff) | |
download | php-git-b4fa66e858163a380d94ad93178add9598f695b3.tar.gz |
Fix build, missing comma
Diffstat (limited to 'ext/xml/compat.c')
-rw-r--r-- | ext/xml/compat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xml/compat.c b/ext/xml/compat.c index 34946fe233..878b9214a1 100644 --- a/ext/xml/compat.c +++ b/ext/xml/compat.c @@ -623,7 +623,7 @@ static const XML_Char *const error_mapping[] = { "No memory", "Invalid document start", "Empty document", - "Not well-formed (invalid token)" + "Not well-formed (invalid token)", "Invalid document end", "Invalid hexadecimal character reference", "Invalid decimal character reference", |