accidentally mixed code and declarations in theme.c, which makes old versions of gcc puke

This commit is contained in:
david parsons
2020-11-27 08:09:06 -08:00
parent 0ba5f4198f
commit f02cee798f
+4 -4
View File
@@ -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);