Commit a2deafcc authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

programs/cmd: Add missing '\n' to Wine trace.

parent f7d314e5
......@@ -512,7 +512,7 @@ static DIRECTORY_STACK *WCMD_list_directory (DIRECTORY_STACK *inputparms, int le
fd = HeapReAlloc(GetProcessHeap(),0,fd,(entry_count+1)*sizeof(WIN32_FIND_DATA));
if (fd == NULL) {
FindClose (hff);
WINE_ERR ("Out of memory");
WINE_ERR("Out of memory\n");
errorlevel = 1;
return parms->next;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment