1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Silence some -Wimplicit-fallthrough by proper spelling

This commit is contained in:
Marko Mäkelä
2018-01-03 15:01:17 +02:00
parent 20fab71b14
commit 84c9c8b2e9
3 changed files with 15 additions and 15 deletions

View File

@@ -1757,7 +1757,7 @@ Query_cache::send_result_to_client(THD *thd, char *org_sql, uint query_length)
sql++;
continue;
}
/* fall trough */
/* fall through */
default:
break;
}