summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/rpminstall.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rpminstall.c b/lib/rpminstall.c
index df15f9270..1f6e1ca8c 100644
--- a/lib/rpminstall.c
+++ b/lib/rpminstall.c
@@ -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