From 012478c9d3fc6dc895c40b60330829ba6c399df1 Mon Sep 17 00:00:00 2001 From: Andreas Mohr Date: Mon, 20 May 2002 18:01:44 +0000 Subject: [PATCH] Spelling stuff. --- dlls/dplayx/dplay.c | 12 +++++++----- dlls/user/user_main.c | 2 +- dlls/wineps/ppd.c | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/dlls/dplayx/dplay.c b/dlls/dplayx/dplay.c index d06fdaf38e..5410f520a5 100644 --- a/dlls/dplayx/dplay.c +++ b/dlls/dplayx/dplay.c @@ -3723,11 +3723,13 @@ static HRESULT WINAPI DirectPlay3AImpl_EnumConnections dpName.u2.lpszLongNameA = NULL; /* Create the compound address for the service provider. - NOTE: This is a gruesome architectural scar right now. DP uses DPL and DPL uses DP - nast stuff. This may be why the native dll just gets around this little bit by - allocating an 80 byte buffer which isn't even a filled with a valid compound - address. Oh well. Creating a proper compound address is the way to go anyways - despite this method taking slightly more heap space and realtime :) */ + * NOTE: This is a gruesome architectural scar right now. DP + * uses DPL and DPL uses DP. Nasty stuff. This may be why the + * native dll just gets around this little bit by allocating an + * 80 byte buffer which isn't even filled with a valid compound + * address. Oh well. Creating a proper compound address is the + * way to go anyways despite this method taking slightly more + * heap space and realtime :) */ bBuildPass = DP_BuildSPCompoundAddr( &serviceProviderGUID, &lpAddressBuffer, diff --git a/dlls/user/user_main.c b/dlls/user/user_main.c index bb1b475447..b0a47f43e5 100644 --- a/dlls/user/user_main.c +++ b/dlls/user/user_main.c @@ -223,7 +223,7 @@ static BOOL process_attach(void) tweak_init(); if (!load_driver()) return FALSE; - /* Initialize system colors and metrics*/ + /* Initialize system colors and metrics */ SYSMETRICS_Init(); SYSCOLOR_Init(); diff --git a/dlls/wineps/ppd.c b/dlls/wineps/ppd.c index 7b017acd35..d0088cdecb 100644 --- a/dlls/wineps/ppd.c +++ b/dlls/wineps/ppd.c @@ -548,7 +548,7 @@ PPD *PSDRV_ParsePPD(char *fname) PPD *ppd; PPDTuple tuple; - TRACE("%s\n", fname); + TRACE("file '%s'\n", fname); if((fp = fopen(fname, "r")) == NULL) { WARN("Couldn't open ppd file '%s'\n", fname);