about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--tcoin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcoin.cpp b/tcoin.cpp
index 06aeec0..73f0211 100644
--- a/tcoin.cpp
+++ b/tcoin.cpp
@@ -810,7 +810,7 @@ int initialise_user(const char* username, const long long int &base_amount)
   if(flag_balance==true)
   {
     std::cout << "\nWelcome to tildecoin. ";
-    cout_formatted_amount(base_amount, " tildecoins have been added to your account.");
+    cout_formatted_amount(base_amount, " tildecoins have been added to your account.\n");
     if(flag_messages==false)
       std::cout << "\nPlease execute `tcoin --help` for help or just `tcoin` for a status update.\n";
   }