summaryrefslogtreecommitdiff
path: root/Python/getcopyright.c
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2012-10-31 22:06:27 +0200
committerAndrew Svetlov <andrew.svetlov@gmail.com>2012-10-31 22:06:27 +0200
commit7edfeccb35c1837dd86ff710d939f9500dcdc225 (patch)
tree90b8984ed7fd7f8d82304a6bd33c420dfc57114c /Python/getcopyright.c
parentd4bcf4143dfc78fbb388ed8b6171f28a049168ea (diff)
parent1af921ad1ae77dc7e1fa0684bdfa080a77f4769a (diff)
downloadcpython-7edfeccb35c1837dd86ff710d939f9500dcdc225.tar.gz
null merge
Diffstat (limited to 'Python/getcopyright.c')
-rw-r--r--Python/getcopyright.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/getcopyright.c b/Python/getcopyright.c
index d1e2578747..d83c6da1a2 100644
--- a/Python/getcopyright.c
+++ b/Python/getcopyright.c
@@ -19,5 +19,5 @@ All Rights Reserved.";
const char *
Py_GetCopyright(void)
{
- return cprt;
+ return cprt;
}