SHA256
1
0
forked from pool/xmlto
xmlto/xmlto-nonvoid.patch

21 lines
202 B
Diff

--- xmlif/xmlif.c
+++ xmlif/xmlif.c
@@ -2413,6 +2413,7 @@
}
yylex();
+ return 0;
}
/*
--- xmlif/xmlif.l
+++ xmlif/xmlif.l
@@ -246,6 +246,7 @@
}
yylex();
+ return 0;
}
/*