diff --git a/src/sbbs3/putmsg.cpp b/src/sbbs3/putmsg.cpp index d4510cd7524108151033d052e9e23084b571f68f..e24bdc636640447d5204e8eaaeb76ad95691b9b1 100644 --- a/src/sbbs3/putmsg.cpp +++ b/src/sbbs3/putmsg.cpp @@ -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;