src/lib/config.c: minor semicolon cleanup

Since MERGE_* are macros there's no need to put a semicolon (;)
after a closing bracket. In reality in some places there is a semicolon,
in some other places there is not.

Unify that by removing the semicolon after macro calls.

Signed-off-by: Kir Kolyshkin <kir@openvz.org>
1 file changed