From db0e4b7891a14736ab14cd7f1f3c1d0fccc31307 Mon Sep 17 00:00:00 2001 From: Vixentael Date: Mon, 11 Dec 2017 19:47:48 +0200 Subject: [PATCH] fix xcode warning --- src/wrappers/themis/Obj-C/objcthemis/ssession.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/wrappers/themis/Obj-C/objcthemis/ssession.h b/src/wrappers/themis/Obj-C/objcthemis/ssession.h index 000c82079..a4c68f462 100644 --- a/src/wrappers/themis/Obj-C/objcthemis/ssession.h +++ b/src/wrappers/themis/Obj-C/objcthemis/ssession.h @@ -77,7 +77,8 @@ NS_ASSUME_NONNULL_BEGIN - (BOOL)connect:(NSError * __autoreleasing *)error; -/** @brief Wrap message +/** +* @brief Wrap message * @param [in] message message to wrap * @param [in] error pointer to Error on failure * @return Wrapped message in NSData object on success or nil on failure.