strip whitespace from end of lines Modified: trunk/reactos/lib/userenv/desktop.c Modified: trunk/reactos/lib/userenv/environment.c Modified: trunk/reactos/lib/userenv/internal.h Modified: trunk/reactos/lib/userenv/misc.c Modified: trunk/reactos/lib/userenv/resources.h Modified: trunk/reactos/lib/userenv/setup.c Modified: trunk/reactos/lib/userenv/userenv.c _____
Modified: trunk/reactos/lib/userenv/desktop.c --- trunk/reactos/lib/userenv/desktop.c 2005-05-09 01:43:41 UTC (rev 15169) +++ trunk/reactos/lib/userenv/desktop.c 2005-05-09 01:44:13 UTC (rev 15170) @@ -363,7 +363,7 @@
psl->lpVtbl->Release(psl);
Ole32.fn.CoUninitialize(); - + UnloadDynamicImports(&Ole32);
DPRINT ("AddDesktopItemW() done\n"); _____
Modified: trunk/reactos/lib/userenv/environment.c --- trunk/reactos/lib/userenv/environment.c 2005-05-09 01:43:41 UTC (rev 15169) +++ trunk/reactos/lib/userenv/environment.c 2005-05-09 01:44:13 UTC (rev 15170) @@ -51,9 +51,9 @@
DstValue.Length = 0; DstValue.MaximumLength = Length; - DstValue.Buffer = Buffer = LocalAlloc(LPTR, + DstValue.Buffer = Buffer = LocalAlloc(LPTR, Length); - + if (DstValue.Buffer == NULL) { DPRINT1("LocalAlloc() failed\n"); @@ -102,7 +102,7 @@ &DstValue);
if (Buffer) LocalFree(Buffer); - + if (!NT_SUCCESS(Status)) { DPRINT1("RtlSetEnvironmentVariable() failed (Status %lx)\n", Status); _____
Modified: trunk/reactos/lib/userenv/internal.h --- trunk/reactos/lib/userenv/internal.h 2005-05-09 01:43:41 UTC (rev 15169) +++ trunk/reactos/lib/userenv/internal.h 2005-05-09 01:44:13 UTC (rev 15170) @@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id$ +/* $Id$ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS system libraries _____
Modified: trunk/reactos/lib/userenv/misc.c --- trunk/reactos/lib/userenv/misc.c 2005-05-09 01:43:41 UTC (rev 15169) +++ trunk/reactos/lib/userenv/misc.c 2005-05-09 01:44:13 UTC (rev 15170) @@ -108,7 +108,7 @@
/* Dynamic DLL loading interface **********************************************/
/* OLE32.DLL import table */ -DYN_MODULE DynOle32 = +DYN_MODULE DynOle32 = { L"ole32.dll", { _____
Modified: trunk/reactos/lib/userenv/resources.h --- trunk/reactos/lib/userenv/resources.h 2005-05-09 01:43:41 UTC (rev 15169) +++ trunk/reactos/lib/userenv/resources.h 2005-05-09 01:44:13 UTC (rev 15170) @@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id$ +/* $Id$ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS system libraries _____
Modified: trunk/reactos/lib/userenv/setup.c --- trunk/reactos/lib/userenv/setup.c 2005-05-09 01:43:41 UTC (rev 15169) +++ trunk/reactos/lib/userenv/setup.c 2005-05-09 01:44:13 UTC (rev 15170) @@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id$ +/* $Id$ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS system libraries _____
Modified: trunk/reactos/lib/userenv/userenv.c --- trunk/reactos/lib/userenv/userenv.c 2005-05-09 01:43:41 UTC (rev 15169) +++ trunk/reactos/lib/userenv/userenv.c 2005-05-09 01:44:13 UTC (rev 15170) @@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id$ +/* $Id$ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS system libraries