aboutsummaryrefslogtreecommitdiff
path: root/Application
diff options
context:
space:
mode:
authorMattiwatti <mattiwatti@gmail.com>2019-03-28 20:29:12 +0100
committerMattiwatti <mattiwatti@gmail.com>2019-03-28 20:29:12 +0100
commitfafb739ebe813ce59db00f270edbe8f3bca76102 (patch)
tree9ebf526084aaf1b2bf21c2f4b6b5632262c832ab /Application
parent0be8f445b64ab36e086bd7e3a2913fdd147bd00f (diff)
Minor fixes
Diffstat (limited to 'Application')
-rw-r--r--Application/Loader/Loader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Application/Loader/Loader.c b/Application/Loader/Loader.c
index 4d94ec6..d8addb9 100644
--- a/Application/Loader/Loader.c
+++ b/Application/Loader/Loader.c
@@ -90,7 +90,7 @@ PromptInput(
break;
}
- Print(L"%c\n\n", SelectedChar);
+ Print(L"%c\r\n\r\n", SelectedChar);
return SelectedChar;
}