Skip to content
Snippets Groups Projects
Commit 74fa98df authored by Ben Collins's avatar Ben Collins
Browse files

Missing # in front of else in the sockinit #if's

parent fe924b72
No related branches found
No related tags found
No related merge requests found
......@@ -709,7 +709,7 @@ void sockinit()
}
daemon_initialized = 1;
}
else
#else
void sockinit()
{
daemon_initialized = 1;
......
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