1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-01 08:27:59 +00:00

Add missing `void' keyword.

This commit is contained in:
Ed Schouten 2009-12-31 01:37:26 +00:00
parent 9f1409057b
commit e17aa6ff32
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=201320

View File

@ -36,7 +36,7 @@
#include "libgeom.h"
char *
geom_getxml()
geom_getxml(void)
{
char *p;
size_t l = 0;