- Add missing \n to the debug print.

svn path=/trunk/; revision=31716
This commit is contained in:
Aleksey Bragin 2008-01-11 13:15:53 +00:00
parent 9e388b6581
commit 9358a8f3bc

View file

@ -118,7 +118,7 @@ LsarStartRpcServer(VOID)
return; return;
} }
DPRINT("LsarStartRpcServer() done"); DPRINT("LsarStartRpcServer() done\n");
} }
/* Function 0 */ /* Function 0 */