=================================================================== RCS file: /cvs/djgpp/djgpp/src/libc/dos/process/dosexec.c,v retrieving revision 1.23 retrieving revision 1.24 diff -p -u -r1.23 -r1.24 --- djgpp/src/libc/dos/process/dosexec.c 2005/01/31 08:14:47 1.23 +++ /cvs/djgpp/djgpp/src/libc/dos/process/dosexec.c 2011/10/01 21:12:54 1.24 @@ -210,7 +210,8 @@ direct_exec_tail_1 (const char *program, /* Make sure any magic names, like /dev/c/foo, are converted to the usual DOS form, and, under LFN, to the short 8+3 alias. */ _put_path2(program, tbuf_beg == __tb ? tbuf_ptr - tbuf_beg : 0); - if(lfn) { + if (lfn) + { unsigned pgm_name_loc = tbuf_beg == __tb ? tbuf_ptr : __tb; r.x.ax = 0x7160; /* Truename */ r.x.cx = 1; /* Get short name */