]> code.citadel.org Git - citadel.git/blobdiff - citadel/imap_acl.c
Fixed a syntax error
[citadel.git] / citadel / imap_acl.c
index 70f7f78cee695f518a09a2ad33ffa8831ad617f2..af497d3d9850499dfdc7b785565bc1e37933a009 100644 (file)
@@ -143,7 +143,7 @@ void imap_getacl(int num_parms, char *parms[]) {
                         */
                        /* Never granted in Citadel because our store doesn't support other flags */
 
-                       /* i - insert (perform APPEND, COPY into mailbox) */
+                       /* i - insert (perform APPEND, COPY into mailbox)
                         * p - post (send mail to submission address for mailbox, not enforced by IMAP)
                         */
                        if (ra & UA_POSTALLOWED) {