Skip to content

Commit

Permalink
small typo (#849)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjstevns committed Jun 23, 2010
1 parent aceb2f8 commit f1efa75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dbmail-imapsession.c
Expand Up @@ -1031,7 +1031,7 @@ static int _fetch_get_items(ImapSession *self, u64_t *uid)
result = acl_has_right(self->mailbox->mbstate, self->userid, ACL_RIGHT_SEEN);
if (result == -1) {
dbmail_imap_session_buff_clear(self);
dbmail_imap_session_buff_printf(self, "\r\n *BYE internal dbase error\r\n");
dbmail_imap_session_buff_printf(self, "\r\n* BYE internal dbase error\r\n");
return -1;
}

Expand Down

0 comments on commit f1efa75

Please sign in to comment.