git-am chooked on this because it has trailing whitespace. srsly?
This commit is contained in:
parent
06a026d5b9
commit
5270dfc823
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ index 058505c..16854b2 100644
|
||||||
|
|
||||||
fstat(fileno(config_file), &st);
|
fstat(fileno(config_file), &st);
|
||||||
|
|
||||||
+ /* not on android
|
+ /* not on android
|
||||||
if (chmod(lock->filename, st.st_mode & 07777) < 0) {
|
if (chmod(lock->filename, st.st_mode & 07777) < 0) {
|
||||||
ret = error("chmod on %s failed: %s",
|
ret = error("chmod on %s failed: %s",
|
||||||
lock->filename, strerror(errno));
|
lock->filename, strerror(errno));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue