diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/xyz/euandreh/latest.scm | 2 | ||||
-rw-r--r-- | src/xyz/euandreh/posix.scm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/xyz/euandreh/latest.scm b/src/xyz/euandreh/latest.scm index 7447679..7601e39 100644 --- a/src/xyz/euandreh/latest.scm +++ b/src/xyz/euandreh/latest.scm @@ -13,4 +13,4 @@ (name "mktorrent-latest")))) (list - mktorrent-latest) + mktorrent-latest) diff --git a/src/xyz/euandreh/posix.scm b/src/xyz/euandreh/posix.scm index cfc8e2e..01c06c6 100644 --- a/src/xyz/euandreh/posix.scm +++ b/src/xyz/euandreh/posix.scm @@ -19,4 +19,4 @@ (string-append out "/bin/c99")))))))))))) (list - tcc-c99) + tcc-c99) |