Skip to content
Snippets Groups Projects
Commit 1ced9c02 authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

Fix typo in lutil_debug_file()

parent 65ab8903
Branches
Tags
No related merge requests found
......@@ -33,7 +33,7 @@ static FILE *log_file;
int lutil_debug_file( FILE *file )
{
log_file = log_file;
log_file = file;
return 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment