refactoring the directories, especially for scripts; moved gimp stuff out to db since...
[feisty_meow.git] / nucleus / library / textual / string_manipulation.cpp
index 6e21691a93758c57be906e10687b62ad7c28d070..a0febcaa3a9c4eb3dd32b4d75b5efdfc5bbf8d17 100644 (file)
@@ -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.