summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/Socket/Socket.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Socket/Socket.xs b/ext/Socket/Socket.xs
index 1c541d7cef..0bd6e59057 100644
--- a/ext/Socket/Socket.xs
+++ b/ext/Socket/Socket.xs
@@ -602,7 +602,7 @@ constant(char *name, int arg)
#endif
if (strEQ(name, "SCM_CREDENTIALS"))
#ifdef SCM_CREDENTIALS
- return SCM_CREDENTIALSS;
+ return SCM_CREDENTIALS;
#else
goto not_there;
#endif