diff options
Diffstat (limited to 'source4/scripting')
-rw-r--r-- | source4/scripting/python/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/wscript_build b/source4/scripting/python/wscript_build index 8879f759ba..9c23a96f8c 100644 --- a/source4/scripting/python/wscript_build +++ b/source4/scripting/python/wscript_build @@ -10,7 +10,7 @@ bld.SAMBA_LIBRARY('samba_python', bld.SAMBA_SUBSYSTEM('LIBPYTHON', source='modules.c', public_deps='', - init_function_sentinal='{NULL,NULL}', + init_function_sentinel='{NULL,NULL}', deps='talloc', pyext=True, ) |