Browse Source

Fixed assignment syntax error.

Change-Id: Ifef8a300258214aae8f6b8516fbc61b7335b5724
Josh Haberman 10 years ago
parent
commit
4472b4ad15
1 changed files with 1 additions and 1 deletions
  1. 1 1
      python/google/protobuf/pyext/message.cc

+ 1 - 1
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