commit | b14b59fcf9325bc803763c4aad036cb12f9d7978 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Mon Sep 25 06:53:42 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Mon Sep 25 06:53:42 2006 +0000 |
tree | a88b449fb3efc4d79e7f093e2220e3efe3052c55 | |
parent | edd81b2402ae7e3b1c4aa24f28f46567674d3a75 [diff] [blame] |
Backport rev. 51987: superfluous semicola.
diff --git a/Modules/almodule.c b/Modules/almodule.c index fbeb13a..0a45d2e 100644 --- a/Modules/almodule.c +++ b/Modules/almodule.c
@@ -1686,7 +1686,7 @@ { int res, param; ALparamInfo pinfo; - PyObject *v, *item;; + PyObject *v, *item; if (!PyArg_ParseTuple(args, "ii:GetParamInfo", &res, ¶m)) return NULL;