diff options
Diffstat (limited to 'src/libsystemd/sd-bus/bus-match.c')
-rw-r--r-- | src/libsystemd/sd-bus/bus-match.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd/sd-bus/bus-match.c b/src/libsystemd/sd-bus/bus-match.c index 3a31aa0ebf..162f0ab608 100644 --- a/src/libsystemd/sd-bus/bus-match.c +++ b/src/libsystemd/sd-bus/bus-match.c @@ -234,7 +234,7 @@ static bool value_node_same( /* Tests parameters against this value node, not doing prefix * magic and stuff, i.e. this one actually compares the match - * itself.*/ + * itself. */ assert(node); assert(node->type == BUS_MATCH_VALUE); |