forked from pool/xmlto
5a77a4ea75
update to 0.0.25 OBS-URL: https://build.opensuse.org/request/show/124705 OBS-URL: https://build.opensuse.org/package/show/Publishing/xmlto?expand=0&rev=18
25 lines
448 B
Diff
25 lines
448 B
Diff
Index: xmlif/xmlif.c
|
|
===================================================================
|
|
--- xmlif/xmlif.c.orig
|
|
+++ xmlif/xmlif.c
|
|
@@ -2435,6 +2435,7 @@ main(int argc, char *argv[])
|
|
}
|
|
|
|
yylex();
|
|
+ return 0;
|
|
}
|
|
|
|
/*
|
|
Index: xmlif/xmlif.l
|
|
===================================================================
|
|
--- xmlif/xmlif.l.orig
|
|
+++ xmlif/xmlif.l
|
|
@@ -259,6 +259,7 @@ main(int argc, char *argv[])
|
|
}
|
|
|
|
yylex();
|
|
+ return 0;
|
|
}
|
|
|
|
/*
|