Skip to content
Snippets Groups Projects
Commit dd1c2632 authored by lokesvelland's avatar lokesvelland
Browse files

fikset ting

parent 224d653a
Branches master
No related tags found
No related merge requests found
{ {
"files.associations": { "files.associations": {
"iostream": "cpp" "iostream": "cpp",
"fstream": "cpp"
} }
} }
\ No newline at end of file
...@@ -577,13 +577,12 @@ void readFromFileTournament() ...@@ -577,13 +577,12 @@ void readFromFileTournament()
} }
infile.close(); infile.close();
} } else {
cout<<"\nCouldn't find tournamentData.dta!\n";
infile.close();
} }
else
cout<<"\nCouldn't find tournamentData.dta!\n";
infile.close();
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment