summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/win32ole/win32ole_param.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/win32ole/win32ole_param.c b/ext/win32ole/win32ole_param.c
index 5bec16895b..f91945c351 100644
--- a/ext/win32ole/win32ole_param.c
+++ b/ext/win32ole/win32ole_param.c
@@ -55,7 +55,7 @@ create_win32ole_param(ITypeInfo *pTypeInfo, UINT method_index, UINT index, VALUE
* <code>WIN32OLE_PARAM</code> objects represent param information of
* the OLE method.
*/
-static VALUE
+static VALUE
foleparam_s_allocate(VALUE klass)
{
struct oleparamdata *pparam;