diff options
-rw-r--r-- | odb/mysql/error.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/mysql/error.cxx b/odb/mysql/error.cxx index 4b247ea..86996e9 100644 --- a/odb/mysql/error.cxx +++ b/odb/mysql/error.cxx @@ -40,8 +40,8 @@ namespace odb case CR_UNKNOWN_ERROR: { c.mark_failed (); - // Fall through. } + // Fall through. default: { // Get rid of a trailing newline if there is one. |