mirror of
https://github.com/opnsense/src.git
synced 2026-04-05 09:25:25 -04:00
Add missing `void' keyword.
This commit is contained in:
parent
9f1409057b
commit
e17aa6ff32
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
|||
#include "libgeom.h"
|
||||
|
||||
char *
|
||||
geom_getxml()
|
||||
geom_getxml(void)
|
||||
{
|
||||
char *p;
|
||||
size_t l = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue