Remove unreachable statements.

From
8d2ab1bfcf
This commit is contained in:
Harald Oehlmann 2015-10-16 14:26:13 +02:00
parent 96974d2cd1
commit f1f6d4ffc6
4 changed files with 9 additions and 12 deletions

View file

@ -141,7 +141,6 @@ int australia_post(struct zint_symbol *symbol, unsigned char source[], int lengt
default:
strcpy(symbol->errtxt, "Auspost input is wrong length");
return ERROR_TOO_LONG;
break;
}
if(error_number == ERROR_INVALID_DATA) {
strcpy(symbol->errtxt, "Invalid characters in data");