Code cleanup

This commit is contained in:
Michiel Broek 2006-01-22 14:38:18 +00:00
parent a990dcfc86
commit c360a801cf

View File

@ -1919,10 +1919,8 @@ void OLR_DownQWK(void)
{ {
struct tm *tp; struct tm *tp;
time_t Now; time_t Now;
char Pktname[32], *cwd = NULL; char Pktname[32], *cwd = NULL, *Work, *Temp;
int Area = 0; int Area = 0, i, rc = 0;
char *Work, *Temp;
int i, rc = 0;
FILE *fp = NULL, *tf, *mf, *af; FILE *fp = NULL, *tf, *mf, *af;
unsigned int Start, High; unsigned int Start, High;
msg_high *tmp, *mhl = NULL; msg_high *tmp, *mhl = NULL;