summaryrefslogtreecommitdiff
path: root/src/preproc/grn/hdb.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/preproc/grn/hdb.cc')
-rw-r--r--src/preproc/grn/hdb.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/preproc/grn/hdb.cc b/src/preproc/grn/hdb.cc
index bf72ea1f..fd5bb48a 100644
--- a/src/preproc/grn/hdb.cc
+++ b/src/preproc/grn/hdb.cc
@@ -37,7 +37,7 @@ int DBGetType(register char *s);
* would be the only element in an empty list.
*/
ELT *
-DBInit(void)
+DBInit()
{
return ((ELT *) NULL);
} /* end DBInit */