From 1d82412576d4c8533ac7757705615a906fef3326 Mon Sep 17 00:00:00 2001 From: Faerbit Date: Mon, 8 Dec 2014 13:28:50 +0100 Subject: [PATCH] One exclamation mark is enough. --- converter/converter.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/converter/converter.cc b/converter/converter.cc index 8a62dd2..f4bee91 100644 --- a/converter/converter.cc +++ b/converter/converter.cc @@ -12,7 +12,7 @@ Converter::Converter(std::string level){ const char* charCompositions = "../Levels/ObjectSetups/Compositions.xml"; compositions->LoadFile(charCompositions); if (compositions->ErrorID()!=0){ - printf("Could not open Compositions!!!\n"); + printf("Could not open Compositions!\n"); } //Create a backup of the current Level png file, if no backup exists