aboutsummaryrefslogtreecommitdiffhomepage
path: root/python/google/protobuf/pyext
diff options
context:
space:
mode:
authorGravatar Josh Haberman <jhaberman@gmail.com>2015-08-28 19:21:49 -0700
committerGravatar Josh Haberman <jhaberman@gmail.com>2015-08-28 19:21:49 -0700
commit4472b4ad15827c61d2759776dccadff48a973061 (patch)
tree580ede91d88b84fcba83a4075a3447b776be74be /python/google/protobuf/pyext
parentfc80fad9d543922f5cfaed06e39bc93f07f6baa6 (diff)
Fixed assignment syntax error.
Change-Id: Ifef8a300258214aae8f6b8516fbc61b7335b5724
Diffstat (limited to 'python/google/protobuf/pyext')
-rw-r--r--python/google/protobuf/pyext/message.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/google/protobuf/pyext/message.cc b/python/google/protobuf/pyext/message.cc
index ed07de16..62c7c478 100644
--- a/python/google/protobuf/pyext/message.cc
+++ b/python/google/protobuf/pyext/message.cc
@@ -340,7 +340,7 @@ static int InsertEmptyWeakref(PyTypeObject *base_type) {
} // namespace message_meta
-PyTypeObject PyMessageMeta_Type {
+PyTypeObject PyMessageMeta_Type = {
PyVarObject_HEAD_INIT(&PyType_Type, 0)
FULL_MODULE_NAME ".MessageMeta", // tp_name
sizeof(PyMessageMeta), // tp_basicsize