1 parent 8c200cc commit 6f8c4daCopy full SHA for 6f8c4da
1 file changed
Modules/_testbuffer.c
@@ -13,7 +13,7 @@ PyObject *Struct = NULL;
13
PyObject *calcsize = NULL;
14
15
/* cache simple format string */
16
-static const char simple_fmt[] = "B";
+static const char *simple_fmt = "B";
17
PyObject *simple_format = NULL;
18
#define SIMPLE_FORMAT(fmt) (fmt == NULL || strcmp(fmt, "B") == 0)
19
#define FIX_FORMAT(fmt) (fmt == NULL ? "B" : fmt)
0 commit comments