diff options
author | Aurelien Foret <aurelien@archlinux.org> | 2006-01-07 10:42:48 +0100 |
---|---|---|
committer | Aurelien Foret <aurelien@archlinux.org> | 2006-01-07 10:42:48 +0100 |
commit | f3a4197e349ec7441f2b4dfe6e3010bbfe400164 (patch) | |
tree | 88352537a1dae2a182ea5cc792c25b4fd4cdb45e /src/util/convertdb.c | |
parent | 6c3657b7022c7873fca38b30796e7659b7580b34 (diff) | |
download | pacman-f3a4197e349ec7441f2b4dfe6e3010bbfe400164.tar.gz pacman-f3a4197e349ec7441f2b4dfe6e3010bbfe400164.tar.xz |
code cleanup (mainly removed line spaces at the beginning of lines by tabulations)
Diffstat (limited to 'src/util/convertdb.c')
-rw-r--r-- | src/util/convertdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/convertdb.c b/src/util/convertdb.c index 8738364c..227df0e8 100644 --- a/src/util/convertdb.c +++ b/src/util/convertdb.c @@ -45,7 +45,7 @@ int main(int argc, char* argv[]) mode_t oldumask; struct stat buf; char dbdir[PATH_MAX]; - + sprintf(dbdir, "/%s", PM_DBPATH); if(argc < 2) { |