aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/hthits.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hyper/hthits.c')
-rw-r--r--src/hyper/hthits.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hyper/hthits.c b/src/hyper/hthits.c
index ce277e65..8b2c3c10 100644
--- a/src/hyper/hthits.c
+++ b/src/hyper/hthits.c
@@ -88,7 +88,7 @@ int gverifydates=0;
regex_t reg_pattern;
static void
-badDB(void)
+badDB()
{
fprintf(stderr, "%s: bad database file %s\n", progName, htdbFName);
exit(1);
@@ -376,7 +376,7 @@ handleFile(FILE* htdbFile)
}
static void
-handleHtdb(void)
+handleHtdb()
{
FILE *htdbFile;
int c;