Typo..
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 17 Sep 2007 11:42:18 +0000 (14:42 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 17 Sep 2007 11:42:18 +0000 (14:42 +0300)
python/rpmts-py.c

index 37d13b5..cebad84 100644 (file)
@@ -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)