diff options
author | Timo Teräs <timo.teras@iki.fi> | 2011-09-09 20:06:10 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2011-09-09 20:06:10 +0300 |
commit | bfd53b59d2e62e17e95df3f3d2948d2bb806db71 (patch) | |
tree | fce16bd37b2b752fe1dc4fa47bcd50e0d44a63e9 /src/solver.c | |
parent | 4bf13c3d9a58d4f1685401c3569abb40c5649ca3 (diff) | |
download | apk-tools-bfd53b59d2e62e17e95df3f3d2948d2bb806db71.tar.gz apk-tools-bfd53b59d2e62e17e95df3f3d2948d2bb806db71.tar.bz2 apk-tools-bfd53b59d2e62e17e95df3f3d2948d2bb806db71.tar.xz apk-tools-bfd53b59d2e62e17e95df3f3d2948d2bb806db71.zip |
print: minor cleanup to indented writer
Diffstat (limited to 'src/solver.c')
-rw-r--r-- | src/solver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/solver.c b/src/solver.c index 75575c2..0e338b6 100644 --- a/src/solver.c +++ b/src/solver.c @@ -915,7 +915,7 @@ static int dump_packages(struct apk_changeset *changeset, { struct apk_change *change; struct apk_name *name; - struct apk_indent indent = { 0, 2 }; + struct apk_indent indent = { .indent = 2 }; int match = 0, i; for (i = 0; i < changeset->changes->num; i++) { |