From: Dirk-Jan C. Binnema Date: Mon, 7 Aug 2006 12:25:46 +0000 (+0000) Subject: * cosmetics X-Git-Tag: git_migration_finished~4425 X-Git-Url: http://git.maemo.org/git/?a=commitdiff_plain;h=33660bb7bfc33a0f671bf490bbb44fcccb0f67f9;p=modest * cosmetics pmo-trunk-r453 --- diff --git a/src/modest-proto.c b/src/modest-proto.c index e92da4e..f64aeb0 100644 --- a/src/modest-proto.c +++ b/src/modest-proto.c @@ -68,7 +68,7 @@ modest_proto_is_valid (const gchar *proto, gboolean store_proto) g_return_val_if_fail (proto, FALSE); const gchar** protos = (const gchar**) - store_proto ? store_protos : transport_protos; + (store_proto ? store_protos : transport_protos); for (i = 0; protos[i]; ++i) if (strcmp(protos[i], proto) == 0)