summaryrefslogtreecommitdiff
path: root/source3/build
diff options
context:
space:
mode:
authorJoe Guo <joeg@catalyst.net.nz>2018-07-30 18:22:11 +1200
committerDouglas Bagnall <dbagnall@samba.org>2018-08-24 07:49:30 +0200
commitcabb299749388ebfda74571753e7b0209d32b266 (patch)
treeba84f21aaf2432b74ba0f7a4a2a034c75b2f18b9 /source3/build
parentd23170c961194234ef6131482233405cdd55a349 (diff)
downloadsamba-cabb299749388ebfda74571753e7b0209d32b266.tar.gz
PEP8: fix E703: statement ends with a semicolon
Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Diffstat (limited to 'source3/build')
-rw-r--r--source3/build/charset.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/build/charset.py b/source3/build/charset.py
index 0f4f3194205..bdb818f83ea 100644
--- a/source3/build/charset.py
+++ b/source3/build/charset.py
@@ -36,7 +36,7 @@ def CHECK_SAMBA3_CHARSET(conf, crossbuild=False):
if default_dos_charset is False or default_unix_charset is False:
# we found iconv, but it failed to convert anything (e.g. on AIX)
- conf.undefine('HAVE_NATIVE_ICONV');
+ conf.undefine('HAVE_NATIVE_ICONV')
default_dos_charset = "ASCII"
default_unix_charset = "UTF-8"