Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 383 → Rev 384

/svarcom/cmd/dir.c
98,9 → 98,10
pop ax
}
 
outputnl(dta->fname);
if (errcode == 0) {
outputnl(dta->fname);
goto NEXTFILE;
}
 
if (errcode == 0) goto NEXTFILE;
 
return(-1);
}