From 709fe068997740a7918524211227c42bfdc69b66 Mon Sep 17 00:00:00 2001 From: Thomas Wouters Date: Sat, 22 Jul 2000 18:47:25 +0000 Subject: Mass ANSIfication of function definitions. Doesn't cover all 'extern' declarations yet, those come later. --- Python/getcopyright.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/getcopyright.c') diff --git a/Python/getcopyright.c b/Python/getcopyright.c index e5839cc1ea..6248334b79 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; } -- cgit v1.2.1