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

read_config() did not return a value

parent d7451444
No related branches found
No related tags found
No related merge requests found
......@@ -513,6 +513,7 @@ read_config( char *fname )
}
}
fclose( fp );
return( 0 );
}
static int
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment