Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 517 → Rev 518

/trunk/read.c
33,10 → 33,8
}
#endif
 
enum{
BUFSIZE = 4L<<10,
MAXLINE = 0x200,
};
#define BUFSIZE 4L<<10
#define MAXLINE 0x200
 
Boolean readparams_afs_pff(Handle h, TCHAR**reason){
Boolean res = false;