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

Add case fall-through comment

To address CID 345626
parent a355fdf9
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #2615 passed
......@@ -479,6 +479,7 @@ char sbbs_t::putmsgfrag(const char* buf, long& mode, long org_cols, JSObject* ob
switch(str[l]) {
case '\r': // PETSCII "Return" / new-line
column = 0;
/* fall-through */
case PETSCII_DOWN:
lncntr++;
break;
......
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