From eff0bc3b8dbe595a4ebf6322310d71049b3f6e2e Mon Sep 17 00:00:00 2001 From: koldo Date: Tue, 1 Sep 2020 07:51:26 +0000 Subject: [PATCH] .SysInfo_demo_console: Added UppLog() << "\n" git-svn-id: svn://ultimatepp.org/upp/trunk@14952 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- bazaar/SysInfo_demo_console/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/bazaar/SysInfo_demo_console/main.cpp b/bazaar/SysInfo_demo_console/main.cpp index f0b5a161b..a330cb925 100644 --- a/bazaar/SysInfo_demo_console/main.cpp +++ b/bazaar/SysInfo_demo_console/main.cpp @@ -247,6 +247,7 @@ CONSOLE_APP_MAIN #endif #ifdef flagDEBUG + UppLog() << "\n"; Cout() << "\nPress enter key to end"; ReadStdIn(); #endif