summaryrefslogtreecommitdiffstats
path: root/gisi
diff options
context:
space:
mode:
Diffstat (limited to 'gisi')
-rw-r--r--gisi/modem.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gisi/modem.c b/gisi/modem.c
index f745bb2b..384983d3 100644
--- a/gisi/modem.c
+++ b/gisi/modem.c
@@ -252,11 +252,11 @@ static void common_message_decode(GIsiServiceMux *mux, GIsiMessage *msg)
}
/* fall through */
- case 0x00:
+ default:
/*
* PN_SIM doesn't support ISI version, but sends a
- * 0x00 message as a response. Work around this modem
- * wart.
+ * garbage message as a response. Work around this
+ * modem wart.
*/
mux->object = g_isi_msg_object(msg);
mux->version_pending = FALSE;