aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.xs
diff options
context:
space:
mode:
Diffstat (limited to 'URPM.xs')
-rw-r--r--URPM.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/URPM.xs b/URPM.xs
index c8bcaaa..5b481a3 100644
--- a/URPM.xs
+++ b/URPM.xs
@@ -361,7 +361,7 @@ ranges_overlap(uint32_t aflags, char *sa, uint32_t bflags, char *sb) {
rEVR->Flags = bflags;
restore_chars();
- return rpmEVRoverlap(lEVR,rEVR);
+ return rpmEVRoverlap(lEVR, rEVR);
}
}