Skip to content
Snippets Groups Projects
Commit 8deace1f authored by deuce's avatar deuce
Browse files

Add #endif comment

parent 2ad46e3a
No related branches found
No related tags found
No related merge requests found
......@@ -1862,7 +1862,7 @@ int main(int argc, char** argv)
#endif /* !defined(DONT_BLAME_SYNCHRONET) */
}
#endif /* !defined(USE_LINUX_CAPS) */
#endif
#endif /* defined(__unix__) */
if(run_bbs)
_beginthread((void(*)(void*))bbs_thread,0,&bbs_startup);
......
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