aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/hthits.c
diff options
context:
space:
mode:
authorGabriel Dos Reis <gdr@axiomatics.org>2016-01-25 02:26:12 -0800
committerGabriel Dos Reis <gdr@axiomatics.org>2016-01-25 02:26:12 -0800
commit82b46badba16f7b40891e7d5e45bb3da828b6203 (patch)
tree0c9ecbd9b5443d7af7e7d2b3db3a5101b88c38cd /src/hyper/hthits.c
parent0093f04cb53e58151ad3bdfbff328d564ff17caf (diff)
downloadopen-axiom-82b46badba16f7b40891e7d5e45bb3da828b6203.tar.gz
Remove various crufts.
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;