1
0
Fork 0
mirror of https://git.code.sf.net/p/zint/code synced 2025-05-31 07:08:26 -04:00

More warnings zapped into submission!

This commit is contained in:
hooper114 2008-10-06 19:46:48 +00:00
parent 625d09f621
commit 869f08b904
2 changed files with 6 additions and 2 deletions
backend

View file

@ -202,6 +202,7 @@ int c39(struct zint_symbol *symbol, unsigned char source[])
case 40: check_digit = '/'; break;
case 41: check_digit = '+'; break;
case 42: check_digit = 37; break;
default: check_digit = ' '; break; /* Keep compiler happy */
}
}
}