summaryrefslogtreecommitdiffstats
path: root/libopkg/pkg.c
diff options
context:
space:
mode:
authorgraham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-11-23 21:35:06 (EST)
committer graham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-11-23 21:35:06 (EST)
commit8fbf6904fb7c293eb2d547db4e8b85fa57dc8bc3 (patch)
tree7581794759319363b48cfe7ef32c03bf8f494aa2 /libopkg/pkg.c
parent28ad6d9ffcc6cd3c3683abac2f186c7ce52cab00 (diff)
There should be a space before the bracket.
git-svn-id: http://opkg.googlecode.com/svn/trunk@354 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'libopkg/pkg.c')
-rw-r--r--libopkg/pkg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libopkg/pkg.c b/libopkg/pkg.c
index e37806b..e6d76a6 100644
--- a/libopkg/pkg.c
+++ b/libopkg/pkg.c
@@ -578,7 +578,7 @@ void pkg_formatted_field(FILE *fp, pkg_t *pkg, const char *field)
fprintf(fp, "%s %s", i == 0 ? "" : ",",
cdep->pkg->name);
if (cdep->version) {
- fprintf(fp, "(%s%s)",
+ fprintf(fp, " (%s%s)",
constraint_to_str(cdep->constraint),
cdep->version);
}