2007-10-24 [colin] 3.0.2cvs100
[claws.git] / src / ldapctrl.c
index aedd7d3ee2e106e5149926142dff778352f4f0db..583a0b4ff61882814d2b6377b53ce89be41a0dbc 100644 (file)
@@ -634,7 +634,7 @@ char **ldapctl_full_attribute_array( LdapControl *ctl ) {
 
        node = tmp;
        cnt = g_list_length( tmp );
-       ptrArray = g_new0( char *, 1 + cnt );
+       ptrArray = g_new0( char *, 1 + cnt);
        i = 0;
        while( node ) {
                ptrArray[ i++ ] = node->data;