Fix invalid ifdef-outed code breaking syntax highlighting :)
authorPanu Matilainen <pmatilai@redhat.com>
Fri, 26 Oct 2007 09:08:34 +0000 (12:08 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 26 Oct 2007 09:08:34 +0000 (12:08 +0300)
lib/rpminstall.c

index df15f92..1f6e1ca 100644 (file)
@@ -718,10 +718,10 @@ int rpmErase(rpmts ts, struct rpmInstallArguments_s * ia,
     (void) rpmtsSetFlags(ts, ia->transFlags);
 
 #ifdef NOTYET  /* XXX no callbacks on erase yet */
-    {  int notifyFlags;
+    {  int notifyFlags, xx;
        notifyFlags = ia->eraseInterfaceFlags | (rpmIsVerbose() ? INSTALL_LABEL : 0 );
        xx = rpmtsSetNotifyCallback(ts,
-                       rpmShowProgress, (void *) ((long)notifyFlags)
+                       rpmShowProgress, (void *) ((long)notifyFlags));
     }
 #endif