Commit fe8686ba authored by Ulf Möller's avatar Ulf Möller
Browse files

use standard C

parent 4aa69fe0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -249,7 +249,7 @@ static unsigned long app_info_hash(APP_INFO *a)
	return(ret);
	}

static APP_INFO *pop_info()
static APP_INFO *pop_info(void)
	{
	APP_INFO tmp;
	APP_INFO *ret = NULL;