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 f9b4dc3..aea2ef5 100644 --- a/Python/getplatform.c +++ b/Python/getplatform.c @@ -35,7 +35,7 @@ PERFORMANCE OF THIS SOFTWARE. #define PLATFORM "unknown" #endif -char * +const char * Py_GetPlatform() { return PLATFORM; |