X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Ftimely%2Fstopwatch.cpp;h=aeff6623dc3f566a484c648fb99745fe258c8588;hb=c43b7a2003e8aa28c8da6428239f34e7f404315c;hp=d5661cbc8626c959ef394665f99acb1fb46d450a;hpb=457b128b77b5b4a0b7dd3094de543de2ce1477ad;p=feisty_meow.git diff --git a/nucleus/library/timely/stopwatch.cpp b/nucleus/library/timely/stopwatch.cpp index d5661cbc..aeff6623 100644 --- a/nucleus/library/timely/stopwatch.cpp +++ b/nucleus/library/timely/stopwatch.cpp @@ -89,7 +89,7 @@ int stopwatch::common_measure() // stop stopwatch, restart afterwards. halt(); restart = true; - // intentional fall through to default. + // intentional fall through to default, so no break. default: // set the return value to the accumulated time. to_return = _total_so_far;