Skip to content

Commit

Permalink
Fixes #15
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathonl committed Jul 21, 2017
1 parent 03946c2 commit 2f1876e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion general/Parameters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ void LongParameters::Status()
int line_len = 0;

bool legacy_parameters = false;
bool legacy_count = 0;
int legacy_count = 0;

for (LongParameterList * ptr = list + 1; ptr->description != NULL; ptr++)
if (ptr->type == LP_LEGACY_PARAMETERS)
Expand Down

0 comments on commit 2f1876e

Please sign in to comment.