summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crypto/mem_dbg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/mem_dbg.c b/crypto/mem_dbg.c
index fb8f3759a4..61329b098d 100644
--- a/crypto/mem_dbg.c
+++ b/crypto/mem_dbg.c
@@ -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;