Skip to content

Commit 79020f2

Browse files
Apply suggestions from code review
Co-authored-by: Stan Ulbrych <stan@python.org>
1 parent 95cf26d commit 79020f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Modules/pyexpat.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2314,9 +2314,9 @@ pyexpat_exec(PyObject *mod)
23142314
capi.SetHashSalt = NULL;
23152315
#endif
23162316
#if XML_COMBINED_VERSION >= 20800
2317-
capi->SetHashSalt16Bytes = XML_SetHashSalt16Bytes;
2317+
capi.SetHashSalt16Bytes = XML_SetHashSalt16Bytes;
23182318
#else
2319-
capi->SetHashSalt16Bytes = NULL;
2319+
capi.SetHashSalt16Bytes = NULL;
23202320
#endif
23212321
#if XML_COMBINED_VERSION >= 20600
23222322
capi.SetReparseDeferralEnabled = XML_SetReparseDeferralEnabled;

0 commit comments

Comments
 (0)