summaryrefslogtreecommitdiffstats
path: root/lib/libgeom
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2009-12-31 01:37:26 +0000
committered <ed@FreeBSD.org>2009-12-31 01:37:26 +0000
commiteec85dbb58acc82a86265ac6de55ad7bf8b0ffe9 (patch)
tree482c1a62da1eddc3a411210941cf4b840fb3c517 /lib/libgeom
parentc44d3e680a9bf89f498ebc30c778a4517e6a7b61 (diff)
downloadFreeBSD-src-eec85dbb58acc82a86265ac6de55ad7bf8b0ffe9.zip
FreeBSD-src-eec85dbb58acc82a86265ac6de55ad7bf8b0ffe9.tar.gz
Add missing `void' keyword.
Diffstat (limited to 'lib/libgeom')
-rw-r--r--lib/libgeom/geom_getxml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libgeom/geom_getxml.c b/lib/libgeom/geom_getxml.c
index b27696d..17e0476 100644
--- a/lib/libgeom/geom_getxml.c
+++ b/lib/libgeom/geom_getxml.c
@@ -36,7 +36,7 @@
#include "libgeom.h"
char *
-geom_getxml()
+geom_getxml(void)
{
char *p;
size_t l = 0;
OpenPOWER on IntegriCloud