Removed useless braces

Former-commit-id: f43934e0a2a0c125820f3bcea0a923165ca0ade3
This commit is contained in:
Lynix 2013-02-16 20:07:10 +01:00
parent cdf632ac96
commit 668288265e
1 changed files with 0 additions and 2 deletions

View File

@ -100,9 +100,7 @@ int main()
std::cout << "Un fichier (RapportHardwareInfo.txt) contenant le rapport a " << accent << 't' << accent << " cr" << accent << accent << std::endl;
}
else
{
std::cout << "Impossible de sauvegarder le rapport" << std::endl;
}
std::getchar();