Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
qinyuhang committed Jul 25, 2017
1 parent eb3815d commit c0f017f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ShadowsocksX-NG/ServerProfileManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,9 @@ class ServerProfileManager: NSObject {
&& value.serverPort == profile.serverPort
&& value.ssrProtocol == profile.ssrProtocol
&& value.ssrObfs == profile.ssrObfs
&& value.ssrObfsParam == value.ssrObfsParam
&& value.ssrProtocolParam == value.ssrProtocolParam
&& value.ssrObfsParam == profile.ssrObfsParam
&& value.ssrProtocolParam == profile.ssrProtocolParam
&& value.remark == profile.remark
if ret {
return (ret, index)
}
Expand Down

0 comments on commit c0f017f

Please sign in to comment.