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:
parent
9f1409057b
commit
e17aa6ff32
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=201320
@ -36,7 +36,7 @@
|
||||
#include "libgeom.h"
|
||||
|
||||
char *
|
||||
geom_getxml()
|
||||
geom_getxml(void)
|
||||
{
|
||||
char *p;
|
||||
size_t l = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user