mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Fix prototype to reduce warning.
Submitted by: Archie Cobbs <archie@packetdesign.com>
This commit is contained in:
parent
589cf992c1
commit
ce150c6f8a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39946
11
textproc/expat2/files/patch-expat.h
Normal file
11
textproc/expat2/files/patch-expat.h
Normal file
@ -0,0 +1,11 @@
|
||||
--- lib/expat.h.orig Sat Mar 17 12:57:01 2001
|
||||
+++ lib/expat.h Sat Mar 17 12:57:09 2001
|
||||
@@ -703,7 +703,7 @@
|
||||
|
||||
/* Return a string containing the version number of this expat */
|
||||
const XML_LChar XMLPARSEAPI *
|
||||
-XML_ExpatVersion();
|
||||
+XML_ExpatVersion(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
Loading…
Reference in New Issue
Block a user