Commit eac0e68c authored by Mark Dickinson's avatar Mark Dickinson

Fix an incorrect return type.

parent ab4096f2
...@@ -1145,7 +1145,7 @@ getentry(int c, const formatdef *f) ...@@ -1145,7 +1145,7 @@ getentry(int c, const formatdef *f)
/* Align a size according to a format code */ /* Align a size according to a format code */
static int static Py_ssize_t
align(Py_ssize_t size, char c, const formatdef *e) align(Py_ssize_t size, char c, const formatdef *e)
{ {
if (e->format == c) { if (e->format == c) {
......
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