Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 372 → Rev 373

/trunk/read.c
307,7 → 307,7
return res;
}
 
Boolean read8bfplugin(StandardFileReply *sfr,char **reason){
Boolean readfile_8bf(StandardFileReply *sfr,char **reason){
unsigned char magic[2];
FILECOUNT count;
Handle h;