From 74b1fc6576fa920094463e6e4f1528bc7a25d6d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 27 Apr 2013 18:37:41 +0200 Subject: Cleanup output clutter --- tqt3integration/utils/gen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tqt3integration') diff --git a/tqt3integration/utils/gen.cpp b/tqt3integration/utils/gen.cpp index 85507573e..80e597742 100644 --- a/tqt3integration/utils/gen.cpp +++ b/tqt3integration/utils/gen.cpp @@ -137,7 +137,7 @@ void openInputFile( const TQString& filename ) { check( input_file == NULL ); input_file = new TQFile( filename ); - printf("[INFO] Reading bindings definitions from file %s\n\r", filename.ascii()); + printf("[INFO] Reading bindings definitions from file %s\n", filename.ascii()); if( !input_file->open( IO_ReadOnly )) error(); input_stream = new TQTextStream( input_file ); -- cgit v1.2.3