Scratch the ears of gcc -Wall.

This commit is contained in:
Barry Warsaw 1997-01-03 00:26:28 +00:00
parent f3f41a9e57
commit b9a781e177
1 changed files with 1 additions and 1 deletions

View File

@ -1254,7 +1254,7 @@ struct_unpack(self, args)
const formatdef *f, *e;
char *str, *start, *fmt, *s;
char c;
int len, size, num, x;
int len, size, num;
PyObject *res, *v;
if (!PyArg_ParseTuple(args, "ss#", &fmt, &start, &len))