aboutsummaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2020-01-15 11:29:12 +0100
committerAleksander Morgado <aleksander@aleksander.es>2020-01-15 11:34:44 +0100
commit4241b2b0c807658d9623e853a9da68eb9ba63198 (patch)
treea28b5629797f4295a5659a35393a3ff617d17366 /build-aux
parent6afb8023ea29105c0055883f73aae08f7f8c7e1a (diff)
qmi-codegen: no need semicolon in G_DEFINE_TYPE()
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/qmi-codegen/Client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/qmi-codegen/Client.py b/build-aux/qmi-codegen/Client.py
index 9d567c1..94f64eb 100644
--- a/build-aux/qmi-codegen/Client.py
+++ b/build-aux/qmi-codegen/Client.py
@@ -118,7 +118,7 @@ class Client:
' */\n'
'\n')
template += (
- 'G_DEFINE_TYPE (${camelcase}, ${underscore}, QMI_TYPE_CLIENT);\n')
+ 'G_DEFINE_TYPE (${camelcase}, ${underscore}, QMI_TYPE_CLIENT)\n')
if has_indications:
template += (