diff options
Diffstat (limited to 'Python/getplatform.c')
-rw-r--r-- | Python/getplatform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/getplatform.c b/Python/getplatform.c index b8e89ef146..9830917494 100644 --- a/Python/getplatform.c +++ b/Python/getplatform.c @@ -15,7 +15,7 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. #endif const char * -Py_GetPlatform() +Py_GetPlatform(void) { return PLATFORM; } |