summaryrefslogtreecommitdiffstats
path: root/tbl_opts.c
diff options
context:
space:
mode:
Diffstat (limited to 'tbl_opts.c')
-rw-r--r--tbl_opts.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/tbl_opts.c b/tbl_opts.c
index e13b349a..c7431744 100644
--- a/tbl_opts.c
+++ b/tbl_opts.c
@@ -252,7 +252,7 @@ again: /*
/* NOTREACHED */
}
-int
+void
tbl_option(struct tbl_node *tbl, int ln, const char *p)
{
int pos;
@@ -265,7 +265,4 @@ tbl_option(struct tbl_node *tbl, int ln, const char *p)
pos = 0;
opt(tbl, ln, p, &pos);
-
- /* Always succeed. */
- return(1);
}