diff options
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 e5839cc..6248334 100644 --- a/Python/getcopyright.c +++ b/Python/getcopyright.c @@ -23,7 +23,7 @@ static char cprt[] = Copyright 1995-2000 Corporation for National Research Initiatives (CNRI)"; const char * -Py_GetCopyright() +Py_GetCopyright(void) { return cprt; } |