From 82b46badba16f7b40891e7d5e45bb3da828b6203 Mon Sep 17 00:00:00 2001 From: Gabriel Dos Reis Date: Mon, 25 Jan 2016 02:26:12 -0800 Subject: Remove various crufts. --- src/hyper/hthits.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/hyper/hthits.c') 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; -- cgit v1.2.3