Usermode/libc - Fixed implementation of atexit and printf
[tpg/acess2.git] / Usermode / Applications / CLIShell_src / main.c
index 33907ee..af81782 100644 (file)
@@ -94,6 +94,7 @@ int main(int argc, char *argv[], char *envp[])
                // Read Command line\r
                #if USE_READLINE\r
                sCommandStr = Readline( readline_state );\r
+               printf("\n");\r
                length = strlen(sCommandStr);\r
                #else\r
                sCommandStr = ReadCommandLine( &length );\r

UCC git Repository :: git.ucc.asn.au