aboutsummaryrefslogtreecommitdiff
path: root/bpkg/satisfaction.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/satisfaction.cxx')
-rw-r--r--bpkg/satisfaction.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/bpkg/satisfaction.cxx b/bpkg/satisfaction.cxx
index 53a1e0e..69d0eea 100644
--- a/bpkg/satisfaction.cxx
+++ b/bpkg/satisfaction.cxx
@@ -70,8 +70,9 @@ namespace bpkg
: *l.max_version <= *r.max_version;
}
else
+ {
// Doesn't matter what l.max_version is, so leave s to be true.
- ;
+ }
}
else
s = !r.max_version;