Skip to content

Commit

Permalink
any generator fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 committed Feb 24, 2016
1 parent 38186a2 commit f56e2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/CryptoSwift.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ private func CS_AnyGenerator<Element>(body: () -> Element?) -> AnyGenerator<Elem
#if os(Linux)
return AnyGenerator(body: body)
#else
return anyGenerator(body)
return AnyGenerator(body: body)
#endif
}

Expand Down

0 comments on commit f56e2a4

Please sign in to comment.