mbmmodem: Fix small typo

This commit is contained in:
Marcel Holtmann 2010-09-24 01:07:03 +09:00
parent 6a3f1d9b91
commit 4749645aaf
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ struct stk_data {
};
static const char *none_prefix[] = { NULL };
static const char *stke_prefix[] = { "%STKE:", NULL };
static const char *stke_prefix[] = { "*STKE:", NULL };
static void stke_cb(gboolean ok, GAtResult *result, gpointer user_data)
{