From f02cee798f898adb47d01bbe1eb735385e7a22eb Mon Sep 17 00:00:00 2001 From: david parsons Date: Fri, 27 Nov 2020 08:09:06 -0800 Subject: [PATCH] accidentally mixed code and declarations in theme.c, which makes old versions of gcc puke --- theme.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/theme.c b/theme.c index b9542d0..f5b7d32 100644 --- a/theme.c +++ b/theme.c @@ -567,16 +567,16 @@ char **argv; MMIOT *doc; struct stat sourceinfo; char *q; + + struct h_opt *opt; + struct h_context blob; + mkd_flag_t *flags = mkd_flags(); if ( !flags ) { perror("mkd_flags"); exit(1); } - - - struct h_opt *opt; - struct h_context blob; hoptset(&blob, argc, argv); hopterr(&blob, 1);