diff options
author | Joey Hess <joey@kitenet.net> | 2014-08-13 14:41:19 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-08-13 14:41:19 -0400 |
commit | d5241c7b34e7d9e55dcc3a481f59152277ff1afb (patch) | |
tree | 86cfe9e8301457d66679998c2b60a986f8e37f44 /standalone/android | |
parent | 1debfeb385c54bf611cb4140df72a6efd5fbc766 (diff) |
git-am chooked on this because it has trailing whitespace. srsly?
Diffstat (limited to 'standalone/android')
-rw-r--r-- | standalone/android/git.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/android/git.patch b/standalone/android/git.patch index ea6a984c0..ecf095849 100644 --- a/standalone/android/git.patch +++ b/standalone/android/git.patch @@ -32,7 +32,7 @@ index 058505c..16854b2 100644 fstat(fileno(config_file), &st); -+ /* not on android ++ /* not on android if (chmod(lock->filename, st.st_mode & 07777) < 0) { ret = error("chmod on %s failed: %s", lock->filename, strerror(errno)); |