Fix build warning

This commit is contained in:
Aki Niemi 2009-08-24 13:34:53 +03:00
parent bc71ac101f
commit 03d4dad98d
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ static void connect_destroy(gpointer user)
static void at_debug(const char *str, void *data)
{
ofono_debug(str);
DBG("%s", str);
}
static gboolean connect_cb(GIOChannel *io, GIOCondition cond, gpointer user)