1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-21 14:53:44 +03:00

Remove XMLDECL macro from .c files

This commit is contained in:
Nick Wellnhofer
2022-12-08 02:43:17 +01:00
parent 06b7a7e05b
commit dd3569eaa5
11 changed files with 55 additions and 55 deletions

View File

@@ -547,7 +547,7 @@ xmlStrcat(xmlChar *cur, const xmlChar *add) {
*
* Returns the number of characters written to @buf or -1 if an error occurs.
*/
int XMLCDECL
int
xmlStrPrintf(xmlChar *buf, int len, const char *msg, ...) {
va_list args;
int ret;