aboutsummaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/win32ole/win32ole.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/win32ole/win32ole.c b/ext/win32ole/win32ole.c
index 15f8e7ea24..569fdd0ca5 100644
--- a/ext/win32ole/win32ole.c
+++ b/ext/win32ole/win32ole.c
@@ -848,6 +848,7 @@ ole_init_cp()
if (code_page_installed(cp)) {
cWIN32OLE_cp = cp;
}
+ return cp;
}
struct myCPINFOEX {