aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/libshiboken/signature.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken2/libshiboken/signature.cpp')
-rw-r--r--sources/shiboken2/libshiboken/signature.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken2/libshiboken/signature.cpp b/sources/shiboken2/libshiboken/signature.cpp
index 2b1447140..e50e6347f 100644
--- a/sources/shiboken2/libshiboken/signature.cpp
+++ b/sources/shiboken2/libshiboken/signature.cpp
@@ -323,7 +323,7 @@ static const char PySide_PythonCode[] =
" print('Exception:', e)\n"
" traceback.print_exc(file=sys.stdout)\n"
" globals().update(locals())\n"
- ;
+ "";
static safe_globals_struc *
init_phase_1(void)