From d2ce029a58a9431afa9c29503f6f92d83e10fb3d Mon Sep 17 00:00:00 2001 From: Aurelien Foret Date: Wed, 16 Mar 2005 21:56:02 +0000 Subject: Code reformatting --- lib/libalpm/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libalpm/util.c') diff --git a/lib/libalpm/util.c b/lib/libalpm/util.c index 9ba3e1ee..0c2e3360 100644 --- a/lib/libalpm/util.c +++ b/lib/libalpm/util.c @@ -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); -- cgit v1.2.3-54-g00ecf