Browse Source

presence(k): removed mistakenly typed } before the previous commit

Daniel-Constantin Mierla 14 years ago
parent
commit
403ba77277
1 changed files with 0 additions and 1 deletions
  1. 0 1
      modules_k/presence/presentity.c

+ 0 - 1
modules_k/presence/presentity.c

@@ -365,7 +365,6 @@ int update_presentity(struct sip_msg* msg, presentity_t* presentity, str* body,
 			query_vals[n_query_cols].val.str_val.s = "";
 			query_vals[n_query_cols].val.str_val.len = 0;
 		}
-		}
 		n_query_cols++;
 
 		query_cols[n_query_cols] = &str_body_col;