diff options
-rw-r--r-- | test/mmsmspdu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/mmsmspdu.c b/test/mmsmspdu.c index cb56c71b..c5e9693d 100644 --- a/test/mmsmspdu.c +++ b/test/mmsmspdu.c @@ -93,6 +93,7 @@ show_part_info (MMSmsPart *part) case MM_SMS_ENCODING_8BIT: g_print ("encoding: 8BIT\n"); break; + case MM_SMS_ENCODING_UNKNOWN: default: g_print ("encoding: unknown (0x%x)\n", encoding); break; |