sources/format.h

changeset 15
33da84af4bba
parent 14
33b8f428bacb
child 60
268721e6be20
--- a/sources/format.h	Sat Dec 13 07:36:00 2014 +0200
+++ b/sources/format.h	Sun Dec 14 17:53:24 2014 +0200
@@ -198,5 +198,5 @@
 template<typename... argtypes>
 void print (const String& fmtstr, const argtypes&... args)
 {
-	print_to_console (format (fmtstr, args...);
+	print_to_console (format (fmtstr, args...));
 }

mercurial