From: Greg Stein Date: Sun, 9 Jul 2000 16:27:33 +0000 (+0000) Subject: needs a space X-Git-Tag: v2.0b1~957 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c2844af87b49824644a3afb82a5e54802dd9f782;p=thirdparty%2FPython%2Fcpython.git needs a space --- diff --git a/Doc/ext/ext.tex b/Doc/ext/ext.tex index 203514923c1a..002fdf74938f 100644 --- a/Doc/ext/ext.tex +++ b/Doc/ext/ext.tex @@ -1603,7 +1603,7 @@ extern "C" { /* C API functions */ #define PySpam_System_NUM 0 #define PySpam_System_RETURN int -#define PySpam_System_PROTO(char *command) +#define PySpam_System_PROTO (char *command) /* Total number of C API pointers */ #define PySpam_API_pointers 1