sms: Minor style fix

This commit is contained in:
Denis Kenzior 2011-02-04 12:44:12 -06:00
parent 960310f8b1
commit 0eed0db9fe
1 changed files with 1 additions and 0 deletions

View File

@ -172,6 +172,7 @@ static const char *sms_alphabet_to_string(enum sms_alphabet alphabet)
case SMS_ALPHABET_DEFAULT:
return "default";
}
return NULL;
}