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