X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Ftextual%2Fstring_manipulation.cpp;h=a0febcaa3a9c4eb3dd32b4d75b5efdfc5bbf8d17;hb=675cd8a76e7c453f7f8470ab78ea94a90990eec9;hp=6e21691a93758c57be906e10687b62ad7c28d070;hpb=457b128b77b5b4a0b7dd3094de543de2ce1477ad;p=feisty_meow.git diff --git a/nucleus/library/textual/string_manipulation.cpp b/nucleus/library/textual/string_manipulation.cpp index 6e21691a..a0febcaa 100644 --- a/nucleus/library/textual/string_manipulation.cpp +++ b/nucleus/library/textual/string_manipulation.cpp @@ -190,7 +190,7 @@ void string_manipulation::split_lines(const astring &input_in, astring &output, break_line = true; just_had_break = true; put_accum_before_break = true; - // intentional fall-through. + // intentional fall-through, so no break. case '\t': case ' ': invisible = true; next_break--; // don't include it in what's printed.