Fix busted merge of changeset 26bc21a7912
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 28 Aug 2007 07:36:13 +0000 (10:36 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 28 Aug 2007 07:36:13 +0000 (10:36 +0300)
lib/rpmfi.c

index 95cb052..b0b0615 100644 (file)
@@ -594,7 +594,7 @@ fileAction rpmfiDecideFate(const rpmfi ofi, rpmfi nfi, int skipMissing)
     memset(buffer, 0, sizeof(buffer));
     if (dbWhat == REG) {
        const unsigned char * omd5, * nmd5;
-       omd5 = rpmfiMD5(ofi)
+       omd5 = rpmfiMD5(ofi);
        if (diskWhat == REG) {
            if (domd5(fn, (unsigned char *)buffer, 0, NULL))
                return FA_CREATE;       /* assume file has been removed */