Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 537 → Rev 538

/svarcom/trunk/redir.c
24,7 → 24,6
 
#include <string.h> /* memset() */
 
#include "doserr.h"
#include "helpers.h"
#include "rmodinit.h"
 
148,7 → 147,7
pop ax
}
if (errcode != 0) {
outputnl(doserr(errcode));
nls_outputnl_doserr(errcode);
return(-1);
}
}