Remove stray MSDOS linebreaks

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16195 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ivo 2005-08-10 22:48:32 +00:00
parent 26bf1fa104
commit 452c2ba5da
2 changed files with 3 additions and 6 deletions

View File

@ -41,8 +41,7 @@ int main(int argc, char *argv[]){
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;

View File

@ -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"