esv, esvsearch: reorder variables
This commit is contained in:
parent
00b9c836b3
commit
663cb91cd3
2 changed files with 4 additions and 4 deletions
4
esv.d
4
esv.d
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue