#984758 hash.h: fix declarations: add types to empty parentheses

Package:
src:nn
Source:
nn
Submitter:
Bjarni Ingi Gislason
Date:
2021-03-08 02:12:04 UTC
Severity:
normal
Tags:
#984758#5
Date:
2021-03-08 02:09:08 UTC
From:
To:
Dear Maintainer,
---
 hash.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hash.h b/hash.h
index ce57a8b..e318f17 100644
--- a/hash.h
+++ b/hash.h
@@ -58,9 +58,9 @@ typedef char   *HASHDATUM;	/* #define won't do due to * */
 #define HASHTABLE struct hashtable
 #endif