]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib/util: Remove unnecessary semicolon from wscript_build
authorChristof Schmitt <cs@samba.org>
Tue, 18 Aug 2020 16:28:12 +0000 (09:28 -0700)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 24 Aug 2020 01:46:30 +0000 (01:46 +0000)
Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/util/wscript_build

index 7f930afd59921e7bb939b652644c2c8845aa4cf1..0a730c17c88f286b8314589fd9471c7c3f19a0a5 100644 (file)
@@ -315,4 +315,4 @@ else:
                      source='tests/test_util.c',
                      deps='cmocka replace talloc samba-util',
                      local_include=False,
-                     for_selftest=True);
+                     for_selftest=True)