SHA256
1
0
forked from pool/xmlto
xmlto/xmlto-nonvoid.patch
OBS User autobuild dc70fa12dc Accepting request 26966 from Publishing
Copy from Publishing/xmlto based on submit request 26966 from user keichwa

OBS-URL: https://build.opensuse.org/request/show/26966
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xmlto?expand=0&rev=8
2009-12-18 12:34:07 +00:00

21 lines
356 B
Diff

--- xmlif/xmlif.c.orig 2009-03-16 17:53:22.000000000 +0100
+++ xmlif/xmlif.c 2009-12-16 15:29:45.000000000 +0100
@@ -2435,6 +2435,7 @@
}
yylex();
+ return 0;
}
/*
--- xmlif/xmlif.l.orig 2009-03-16 17:52:01.000000000 +0100
+++ xmlif/xmlif.l 2009-12-16 15:29:45.000000000 +0100
@@ -259,6 +259,7 @@
}
yylex();
+ return 0;
}
/*