summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pacman/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pacman/util.c b/src/pacman/util.c
index 5ae26149..cbfaa3e5 100644
--- a/src/pacman/util.c
+++ b/src/pacman/util.c
@@ -51,7 +51,7 @@ int 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);