From 68db9584777fd40f6100e7944992a021f6e40c71 Mon Sep 17 00:00:00 2001 From: nicm Date: Mon, 16 Jan 2017 14:49:14 +0000 Subject: getopt() has a struct option so just return to using options_entry. --- format.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'format.c') diff --git a/format.c b/format.c index 0a8c896b..3a809435 100644 --- a/format.c +++ b/format.c @@ -622,7 +622,7 @@ format_find(struct format_tree *ft, const char *key, int modifiers) struct format_entry *fe, fe_find; struct environ_entry *envent; static char s[64]; - struct option *o; + struct options_entry *o; const char *found; int idx; char *copy, *saved; -- cgit