mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-21 23:38:49 -05:00
Code reformatting
This commit is contained in:
parent
fe5636cc47
commit
d2ce029a58
@ -89,7 +89,7 @@ int _alpm_makepath(char *path)
|
||||
strcat(full, "/");
|
||||
strcat(full, ptr);
|
||||
if(stat(full, &buf)) {
|
||||
if(mkdir(full, 0755)) {
|
||||
if(mkdir(full, 0755)) {
|
||||
free(orig);
|
||||
umask(oldmask);
|
||||
return(1);
|
||||
|
Loading…
Reference in New Issue
Block a user