Skip to content

Commit

Permalink
my dumb ass was returning false instead of true
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas O'Connor committed Mar 24, 2016
1 parent 1df8de8 commit 5a2c11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tilandis/cmdline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,5 @@ tristate Tilandis::UsingCommandLine(int argc, wchar_t* argv[]) {
}
}
}
return False; // If there was a problem it would have returned false by now
return True; // If there was a problem it would have returned false by now
}

0 comments on commit 5a2c11f

Please sign in to comment.