Skip to content

Commit 04e2f75

Browse files
committed
carddav_db.c: remove extra ';'
1 parent 35c7af9 commit 04e2f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: imap/carddav_db.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1141,7 +1141,7 @@ EXPORTED int carddav_writecard(struct carddav_db *carddavdb,
11411141
else if (!strcasecmp(name, "nickname")) {
11421142
if (buf_len(&nicknames)) buf_putc(&nicknames, ',');
11431143
buf_appendcstr(&nicknames, propval);
1144-
cdata->nickname = buf_cstring(&nicknames);;
1144+
cdata->nickname = buf_cstring(&nicknames);
11451145
strarray_appendm(&values, propval);
11461146
propval = NULL;
11471147
}

0 commit comments

Comments
 (0)