* cosmetics
authorDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Mon, 7 Aug 2006 12:25:46 +0000 (12:25 +0000)
committerDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Mon, 7 Aug 2006 12:25:46 +0000 (12:25 +0000)
pmo-trunk-r453

src/modest-proto.c

index e92da4e..f64aeb0 100644 (file)
@@ -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**)
        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)
        
        for (i = 0; protos[i]; ++i)
                if (strcmp(protos[i], proto) == 0)