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

Fix typo in comment

parent 0b474c34
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -443,7 +443,7 @@ char sbbs_t::putmsgfrag(const char* buf, int& mode, int org_cols, JSObject* obj)
mode &= ~P_NOABORT;
continue;
}
if(memcmp(str+l, "@QOFF@", 6) == 0) { // Do not allow the display of teh file to be aborted (PCBoard)
if(memcmp(str+l, "@QOFF@", 6) == 0) { // Do not allow the display of the file to be aborted (PCBoard)
l += 6;
mode |= P_NOABORT;
continue;
......
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