aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Pushkar Singh <pushkar@hothouselabs.com>2013-06-02 22:55:52 -0700
committerGravatar Pushkar Singh <pushkar@hothouselabs.com>2013-06-02 22:55:52 -0700
commit0a156d88dbeeff310471e7dc813220f3a37fffc0 (patch)
tree5076a706a8836aa83f026262a1d9617b1251a73a /src
parentf4608bf0b70c5102eb64abd338c46cff68292b51 (diff)
Fixed compilation error due to extra /
Diffstat (limited to 'src')
-rw-r--r--src/objc/imap/MCOIMAPSession.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objc/imap/MCOIMAPSession.h b/src/objc/imap/MCOIMAPSession.h
index 18bfc192..c2802fe5 100644
--- a/src/objc/imap/MCOIMAPSession.h
+++ b/src/objc/imap/MCOIMAPSession.h
@@ -63,7 +63,7 @@
*/
@property (nonatomic, assign) MCOConnectionType connectionType;
-/** This is the timeout of the connection. *//
+/** This is the timeout of the connection. */
@property (nonatomic, assign) NSTimeInterval timeout;
/** When set to YES, the connection will fail if the certificate is incorrect. */