diff options
Diffstat (limited to 'testcode/testpkts.c')
| -rw-r--r-- | testcode/testpkts.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/testcode/testpkts.c b/testcode/testpkts.c index d1960a4108b5..c9ad9d069b56 100644 --- a/testcode/testpkts.c +++ b/testcode/testpkts.c @@ -239,7 +239,7 @@ static void adjustline(char* line, struct entry* e,  }  /** create new entry */ -static struct entry* new_entry() +static struct entry* new_entry(void)  {  	struct entry* e = (struct entry*)malloc(sizeof(struct entry));  	if(!e) error("out of memory"); | 
