From 33660bb7bfc33a0f671bf490bbb44fcccb0f67f9 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Mon, 7 Aug 2006 12:25:46 +0000 Subject: [PATCH] * cosmetics pmo-trunk-r453 --- src/modest-proto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.7.9.5