Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6512dbd

Browse files
committed
Fix typo: MICRO instead of MINOR.
1 parent 0078f6c commit 6512dbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/pyexpat.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#endif
99

1010
#ifdef XML_MAJOR_VERSION
11-
#define EXPAT_VERSION (0x10000*XML_MAJOR_VERSION+0x100*XML_MINOR_VERSION+XML_MINOR_VERSION)
11+
#define EXPAT_VERSION (0x10000*XML_MAJOR_VERSION+0x100*XML_MINOR_VERSION+XML_MICRO_VERSION)
1212
#else
1313
#ifndef EXPAT_VERSION
1414
/* Assume Expat 1.1 unless told otherwise */

0 commit comments

Comments
 (0)