mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-06-17 06:47:06 +01:00
consistent boolean notation
This commit is contained in:
@ -24,7 +24,7 @@ using namespace Latan;
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
if ((argc < 2) || (argc > 3))
|
||||
if ((argc < 2) or (argc > 3))
|
||||
{
|
||||
cerr << "usage: " << argv[0] << " <file> [<copy>]" << endl;
|
||||
|
||||
|
Reference in New Issue
Block a user