diff options
Diffstat (limited to 'Python')
-rw-r--r-- | Python/sysmodule.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Python/sysmodule.c b/Python/sysmodule.c index 9a135ed..5bbe950 100644 --- a/Python/sysmodule.c +++ b/Python/sysmodule.c @@ -943,7 +943,8 @@ static char branch[50]; static char shortbranch[50]; static const char *svn_revision; -static void svnversion_init(void) +static void +svnversion_init(void) { const char *python, *br_start, *br_end, *br_end2, *svnversion; int len, istag; |