qmimodem: fix typo

This commit is contained in:
Jonas Bonn 2017-03-25 17:57:51 +01:00 committed by Denis Kenzior
parent 988cec2fc2
commit c548fe2eb5
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ static const char *__service_type_to_string(uint8_t type)
case QMI_SERVICE_TS:
return "TS";
case QMI_SERVICE_TMD:
return "TMS";
return "TMD";
case QMI_SERVICE_PDC:
return "PDC";
case QMI_SERVICE_CAT_OLD: