Corrected format string in api_version_warning.

This commit is contained in:
Sjoerd Mullender 1996-01-23 16:07:29 +00:00
parent b89f32e869
commit 996e6dc959
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ typedef double va_double;
static char api_version_warning[] =
"WARNING: Python C API version mismatch for module %s:\n\
This Python has API version %d, module %s has version %s.\n";
This Python has API version %d, module %s has version %d.\n";
object *
initmodule4(name, methods, doc, passthrough, module_api_version)