X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmodules%2Fvcard%2Fserv_vcard.c;h=71525578bdc04d90aea235ca78ffad74eb30bbec;hp=fcfd5f3d892bcee8026988085ec7ff73671a15e8;hb=63262a64633e72e4096aaeedda6950c02fb4d990;hpb=93780d0430d8f3acad65a5da5ea49ba42b74341f diff --git a/citadel/modules/vcard/serv_vcard.c b/citadel/modules/vcard/serv_vcard.c index fcfd5f3d8..71525578b 100644 --- a/citadel/modules/vcard/serv_vcard.c +++ b/citadel/modules/vcard/serv_vcard.c @@ -1171,7 +1171,7 @@ void check_get_greeting(void) { void vcard_CtdlCreateRoom(void) { struct ctdlroom qr; - struct visit vbuf; + visit vbuf; /* Create the calendar room if it doesn't already exist */ CtdlCreateRoom(USERCONTACTSROOM, 4, "", 0, 1, 0, VIEW_ADDRESSBOOK);