summaryrefslogtreecommitdiffstats
path: root/Python/getplatform.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/getplatform.c')
-rw-r--r--Python/getplatform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/getplatform.c b/Python/getplatform.c
index 6899140..81a0f7a 100644
--- a/Python/getplatform.c
+++ b/Python/getplatform.c
@@ -8,5 +8,5 @@
const char *
Py_GetPlatform(void)
{
- return PLATFORM;
+ return PLATFORM;
}