mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
rescanned code and rebuilt small cleanup cleanup problems from code
* elfgcchack.h testapi.c doc/*: rescanned code and rebuilt * xmlregexp.c: small cleanup * include/libxml/schematron.h include/libxml/xmlexports.h include/libxml/xmlversion.h.in: cleanup problems from code scanner Daniel
This commit is contained in:
@ -7180,10 +7180,10 @@ xmlExpDumpInt(xmlBufferPtr buf, xmlExpNodePtr expr, int glob) {
|
||||
* Serialize the expression as compiled to the buffer
|
||||
*/
|
||||
void
|
||||
xmlExpDump(xmlBufferPtr buf, xmlExpNodePtr exp) {
|
||||
if ((buf == NULL) || (exp == NULL))
|
||||
xmlExpDump(xmlBufferPtr buf, xmlExpNodePtr expr) {
|
||||
if ((buf == NULL) || (expr == NULL))
|
||||
return;
|
||||
xmlExpDumpInt(buf, exp, 0);
|
||||
xmlExpDumpInt(buf, expr, 0);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user