comparison loader/qtx/qtxload.c @ 16194:167342641f0b

Remove stray MSDOS linebreaks
author ivo
date Wed, 10 Aug 2005 22:48:32 +0000
parents a85040e4b1a0
children e60c8c7399d2
comparison
equal deleted inserted replaced
16193:9001f47f4493 16194:167342641f0b
39 void *handler; 39 void *handler;
40 void *handler2; 40 void *handler2;
41 void* theqtdp=NULL; 41 void* theqtdp=NULL;
42 void* compcall=NULL; 42 void* compcall=NULL;
43 void* compcallws=NULL; 43 void* compcallws=NULL;
44 ComponentResult (* 44 ComponentResult (*dispatcher)(ComponentParameters *params, Globals glob);
45 dispatcher)(ComponentParameters *params, Globals glob);
46 ComponentResult ret; 45 ComponentResult ret;
47 ComponentParameters *params; 46 ComponentParameters *params;
48 ComponentDescription desc; 47 ComponentDescription desc;
49 void *globals=NULL; 48 void *globals=NULL;
50 unsigned int esp=0; 49 unsigned int esp=0;