Skip to content
Snippets Groups Projects
Commit 3a673458 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix typo in http URL (colon, not semicolon)

parent ca405037
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
Pipeline #6254 passed
......@@ -62,7 +62,7 @@ char* socklib_version(char* str, char* winsock_ver)
sprintf(str,"GLIBC %u.%u",__GLIBC__,__GLIBC_MINOR__);
#else
strcpy(str,"");
#endif
......@@ -95,7 +95,7 @@ void sbbs_t::ver()
center(str);
CRLF;
center("https;//gitlab.synchro.net - " GIT_BRANCH "/" GIT_HASH);
center("https://gitlab.synchro.net - " GIT_BRANCH "/" GIT_HASH);
CRLF;
sprintf(str,"%s - http://synchro.net", COPYRIGHT_NOTICE);
......
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