mirror of
https://github.com/Orc/discount.git
synced 2026-09-25 04:10:00 +03:00
accidentally mixed code and declarations in theme.c, which makes old versions of gcc puke
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user