forked from pool/xmlto
dc70fa12dc
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
21 lines
356 B
Diff
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;
|
|
}
|
|
|
|
/*
|