Skip to content

Commit

Permalink
Merge branch 'master' of github.com:aschuch/QRCode
Browse files Browse the repository at this point in the history
  • Loading branch information
aschuch committed Apr 3, 2015
2 parents 16c92c8 + 479fc50 commit 8b62171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QRCode/CIColorExtension.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public extension CIColor {
var hexValue: CUnsignedLongLong = 0

if scanner.scanHexLongLong(&hexValue) {
let length = countElements(rgba)
let length = count(rgba)

switch (length) {
case 3:
Expand Down

0 comments on commit 8b62171

Please sign in to comment.