Mercurial > mplayer.hg
changeset 16194:167342641f0b
Remove stray MSDOS linebreaks
author | ivo |
---|---|
date | Wed, 10 Aug 2005 22:48:32 +0000 |
parents | 9001f47f4493 |
children | cb08f47d3a79 |
files | loader/qtx/qtxload.c loader/wine/avifmt.h |
diffstat | 2 files changed, 3 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- 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;
--- 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"