Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 1249 → Rev 1250

/svarlang.lib/trunk/tlumacz.c
259,7 → 259,7
 
fd = fopen("out.lng", "wb");
if (fd == NULL) {
puts("ERR: failed to open or create SVARCOM.LNG");
puts("ERR: failed to open or create OUT.LNG");
return(1);
}