Skip to content

Commit

Permalink
Fixed compiler warnings in the example app.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnoon committed Jul 24, 2015
1 parent 367a04e commit 451b97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Example/MasterViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class MasterViewController: UITableViewController {
case "DOWNLOAD":
detailViewController.segueIdentifier = "DOWNLOAD"
let destination = Alamofire.Request.suggestedDownloadDestination(directory: .CachesDirectory, domain: .UserDomainMask)
return Alamofire.download(.GET, "http://httpbin.org/stream/1", destination)
return Alamofire.download(.GET, "http://httpbin.org/stream/1", destination: destination)
default:
return nil
}
Expand Down

0 comments on commit 451b97e

Please sign in to comment.