Code cleanup

This commit is contained in:
Pierre Pronchery 2014-09-05 20:44:01 +02:00
parent e7d572c76b
commit e70c4bf257

View File

@ -3008,6 +3008,7 @@ static void _on_code_cme_error(HayesChannel * channel, char const * answer)
case 100: /* unknown error */
if((channel->quirks & HAYES_QUIRK_REPEAT_ON_UNKNOWN_ERROR) == 0)
break;
/* fallback */
case 14: /* SIM busy */
/* repeat the command */
if(command == NULL)