# HG changeset patch # User ivo # Date 1123714112 0 # Node ID 167342641f0bf2e4a4eb14470dbea8c904837436 # Parent 9001f47f4493802ff4d75a2e228a06bae682d7a0 Remove stray MSDOS linebreaks diff -r 9001f47f4493 -r 167342641f0b loader/qtx/qtxload.c --- a/loader/qtx/qtxload.c Wed Aug 10 04:44:12 2005 +0000 +++ b/loader/qtx/qtxload.c Wed Aug 10 22:48:32 2005 +0000 @@ -41,8 +41,7 @@ void* theqtdp=NULL; void* compcall=NULL; void* compcallws=NULL; - ComponentResult (* -dispatcher)(ComponentParameters *params, Globals glob); + ComponentResult (*dispatcher)(ComponentParameters *params, Globals glob); ComponentResult ret; ComponentParameters *params; ComponentDescription desc; diff -r 9001f47f4493 -r 167342641f0b loader/wine/avifmt.h --- a/loader/wine/avifmt.h Wed Aug 10 04:44:12 2005 +0000 +++ b/loader/wine/avifmt.h Wed Aug 10 22:48:32 2005 +0000 @@ -3,12 +3,10 @@ * AVIFMT - AVI file format definitions * ****************************************************************************/ -#ifndef AVIFMT - +#ifndef AVIFMT #define AVIFMT -#ifndef NOAVIFMT - +#ifndef NOAVIFMT #ifndef __WINE_WINDEF_H #include "wine/windef.h"