aboutsummaryrefslogtreecommitdiffstats
path: root/CommandLineInterface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CommandLineInterface.cpp')
-rw-r--r--CommandLineInterface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CommandLineInterface.cpp b/CommandLineInterface.cpp
index 867e832d..6ed90cde 100644
--- a/CommandLineInterface.cpp
+++ b/CommandLineInterface.cpp
@@ -272,7 +272,7 @@ bool CommandLineInterface::processInput()
while (!cin.eof())
{
getline(cin, s);
- m_sourceCodes["<stdin>"].append(s);
+ m_sourceCodes["<stdin>"].append(s + '\n');
}
}
else