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);