Skip to content

Commit

Permalink
fix xcode warning
Browse files Browse the repository at this point in the history
  • Loading branch information
vixentael committed Dec 11, 2017
1 parent b38fa55 commit db0e4b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/wrappers/themis/Obj-C/objcthemis/ssession.h
Expand Up @@ -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.
Expand Down

0 comments on commit db0e4b7

Please sign in to comment.