diff options
| author | Aurelien Foret <aurelien@archlinux.org> | 2006-01-07 09:42:48 +0000 |
|---|---|---|
| committer | Aurelien Foret <aurelien@archlinux.org> | 2006-01-07 09:42:48 +0000 |
| commit | f3a4197e349ec7441f2b4dfe6e3010bbfe400164 (patch) | |
| tree | 88352537a1dae2a182ea5cc792c25b4fd4cdb45e /src/util | |
| parent | 6c3657b7022c7873fca38b30796e7659b7580b34 (diff) | |
code cleanup (mainly removed line spaces at the beginning of lines by tabulations)
Diffstat (limited to 'src/util')
| -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) { |
