Fix typo in lutil_debug_file()

This commit is contained in:
Hallvard Furuseth 1999-09-02 07:40:25 +00:00
parent 65ab890317
commit 1ced9c02cf

View File

@ -33,7 +33,7 @@ static FILE *log_file;
int lutil_debug_file( FILE *file )
{
log_file = log_file;
log_file = file;
return 0;
}