esv, esvsearch: reorder variables

This commit is contained in:
Jeremy Baxter 2024-08-08 16:55:07 +12:00
parent 00b9c836b3
commit 663cb91cd3
2 changed files with 4 additions and 4 deletions

4
esv.d
View file

@ -50,10 +50,10 @@ bool VFlag; /* show version */
int
main(string[] args)
{
string apiKey;
string configPath;
INIUnit ini;
ESVApi esv;
string apiKey;
string configPath;
sharedInit(args);