Index: src/OFTLSSocket.h ================================================================== --- src/OFTLSSocket.h +++ src/OFTLSSocket.h @@ -55,11 +55,11 @@ */ @protocol OFTLSSocket /*! * The delegate for the TLS socket. */ -@property OF_NULLABLE_PROPERTY (assign) id delegate; +@property OF_NULLABLE_PROPERTY (assign) id delegate; /*! * The path to the X.509 certificate file to use. */ @property OF_NULLABLE_PROPERTY (copy) OFString *certificateFile;