Commit f303db16 authored by Raymond Hettinger's avatar Raymond Hettinger

Fix count of flag fields. Being one short caused the 'quiet' option not to print.

parent b8dbf024
......@@ -1427,9 +1427,9 @@ static PyStructSequence_Desc flags_desc = {
flags__doc__, /* doc */
flags_fields, /* fields */
#ifdef RISCOS
12
13
#else
11
12
#endif
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment