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
|
int
|
||||||
main(string[] args)
|
main(string[] args)
|
||||||
{
|
{
|
||||||
string apiKey;
|
|
||||||
string configPath;
|
|
||||||
INIUnit ini;
|
INIUnit ini;
|
||||||
ESVApi esv;
|
ESVApi esv;
|
||||||
|
string apiKey;
|
||||||
|
string configPath;
|
||||||
|
|
||||||
sharedInit(args);
|
sharedInit(args);
|
||||||
|
|
||||||
|
|
|
@ -40,10 +40,10 @@ bool VFlag; /* show version */
|
||||||
int
|
int
|
||||||
main(string[] args)
|
main(string[] args)
|
||||||
{
|
{
|
||||||
string apiKey;
|
|
||||||
string configPath;
|
|
||||||
INIUnit ini;
|
INIUnit ini;
|
||||||
ESVApi esv;
|
ESVApi esv;
|
||||||
|
string apiKey;
|
||||||
|
string configPath;
|
||||||
|
|
||||||
sharedInit(args);
|
sharedInit(args);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue