X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Flibsystemd%2Fsd-bus%2Fbus-match.c;fp=src%2Flibsystemd%2Fsd-bus%2Fbus-match.c;h=162f0ab608b1b6066e9792ed65db1d539a0768ca;hp=3a31aa0ebfc9cc6a79470314332b795c62ae7190;hb=ad67ef274e43ee841fb9d60e3cd2370e57418371;hpb=d076c6f9e486587d634d59082d2a13b9cbb4aef3 diff --git a/src/libsystemd/sd-bus/bus-match.c b/src/libsystemd/sd-bus/bus-match.c index 3a31aa0eb..162f0ab60 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);