Skip to content

Commit

Permalink
Updated to latest Swift version
Browse files Browse the repository at this point in the history
  • Loading branch information
troughton committed May 5, 2016
1 parent 1311b0c commit ebbe8d1
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 1 deletion.
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified Package.swift
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified Sources/Commands.swift
100644 → 100755
Empty file.
Empty file modified Sources/Constants.swift
100644 → 100755
Empty file.
Empty file modified Sources/Loaders.swift
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion Sources/SwiftGL.swift
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ private func buildError(_ info: CommandInfo) -> String {
var rems = ""
var exts = ""
for support in info.support {
let short = support[support.startIndex.advanced(by: 1)..<support.endIndex]
let short = support[support.index(after: support.startIndex)..<support.endIndex]
if support[support.startIndex] == "+" {
if adds.characters.count > 0 {
adds += ", "
Expand Down
Binary file removed Tools/main
Binary file not shown.

0 comments on commit ebbe8d1

Please sign in to comment.