X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2FCLIShell_src%2Fmain.c;h=af8178256ac733bd850614ef48d43f724e159d3e;hb=3dedfe567817548ecc164ab497bcbb2395045659;hp=33907eeeb115a79e75528e5f52436829cf8555aa;hpb=fe2794b4f932c0755674493b6a6da4b60a5c2433;p=tpg%2Facess2.git diff --git a/Usermode/Applications/CLIShell_src/main.c b/Usermode/Applications/CLIShell_src/main.c index 33907eee..af817825 100644 --- a/Usermode/Applications/CLIShell_src/main.c +++ b/Usermode/Applications/CLIShell_src/main.c @@ -94,6 +94,7 @@ int main(int argc, char *argv[], char *envp[]) // Read Command line #if USE_READLINE sCommandStr = Readline( readline_state ); + printf("\n"); length = strlen(sCommandStr); #else sCommandStr = ReadCommandLine( &length );