diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-09-17 14:42:18 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-09-17 14:42:18 +0300 |
commit | 08a47f7472df4492f72b6a5a9d7b85b5e2beb868 (patch) | |
tree | 333e1fa48b635dc76aa09e11d3d10a996d8c33f5 /python/rpmts-py.c | |
parent | f35edd40321c2072ae5e4bcf81e6c63f1338e151 (diff) | |
download | rpm-08a47f7472df4492f72b6a5a9d7b85b5e2beb868.tar.gz rpm-08a47f7472df4492f72b6a5a9d7b85b5e2beb868.tar.bz2 rpm-08a47f7472df4492f72b6a5a9d7b85b5e2beb868.zip |
Typo..
Diffstat (limited to 'python/rpmts-py.c')
-rw-r--r-- | python/rpmts-py.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/rpmts-py.c b/python/rpmts-py.c index 37d13b58a..cebad849f 100644 --- a/python/rpmts-py.c +++ b/python/rpmts-py.c @@ -1433,7 +1433,7 @@ static int rpmts_init(rpmtsObject * s, PyObject *args, PyObject *kwds) static void rpmts_free(rpmtsObject * s) { if (_rpmts_debug) -fprintf(stderr, "%p -- ts %p db %p\n", s, s->ts, rpmtsGetRdb(s->ts-); +fprintf(stderr, "%p -- ts %p db %p\n", s, s->ts, rpmtsGetRdb(s->ts); s->ts = rpmtsFree(s->ts); if (s->scriptFd) |