mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-21 02:35:14 -04:00
Revert "[[fallthrough]]" -> "fall through" to avoid gcc warning
This commit is contained in:
parent
5b74903da4
commit
01c9b82504
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ static int Columns2Rows(const CharacterSetTable T[], const int dataLength, int *
|
|||
switch (emptyColumns) {
|
||||
case 1:
|
||||
pSet[charCur - 1] |= CFill;
|
||||
/* [[fallthrough]] */
|
||||
/* fall through */
|
||||
case 0:
|
||||
++rowsCur;
|
||||
fillings = useColumns - 2 + emptyColumns;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue