diff options
Diffstat (limited to 'src/tools/src2html.c')
| -rw-r--r-- | src/tools/src2html.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/src2html.c b/src/tools/src2html.c index 6f5719f74b6..55266fd0f0d 100644 --- a/src/tools/src2html.c +++ b/src/tools/src2html.c @@ -88,7 +88,6 @@ struct _list_entry ***************************************************************************/ static include_path *incpaths; -static include_path **incpathhead = &incpaths; static const ext_to_type extension_lookup[] = { @@ -207,6 +206,7 @@ int main(int argc, char *argv[]) void *buffer; int result; int argnum; + include_path **incpathhead = &incpaths; /* loop over arguments */ for (argnum = 1; argnum < argc; argnum++) |
