diff options
author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-10-31 22:06:27 +0200 |
---|---|---|
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-10-31 22:06:27 +0200 |
commit | 7edfeccb35c1837dd86ff710d939f9500dcdc225 (patch) | |
tree | 90b8984ed7fd7f8d82304a6bd33c420dfc57114c /Python/getcopyright.c | |
parent | d4bcf4143dfc78fbb388ed8b6171f28a049168ea (diff) | |
parent | 1af921ad1ae77dc7e1fa0684bdfa080a77f4769a (diff) | |
download | cpython-7edfeccb35c1837dd86ff710d939f9500dcdc225.tar.gz |
null merge
Diffstat (limited to 'Python/getcopyright.c')
-rw-r--r-- | Python/getcopyright.c | 2 |
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; } |