summaryrefslogtreecommitdiffstats
path: root/ext/win32ole
diff options
context:
space:
mode:
Diffstat (limited to 'ext/win32ole')
-rw-r--r--ext/win32ole/win32ole.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/win32ole/win32ole.c b/ext/win32ole/win32ole.c
index 60c202769..66a00ddee 100644
--- a/ext/win32ole/win32ole.c
+++ b/ext/win32ole/win32ole.c
@@ -2758,7 +2758,7 @@ static VALUE
fole_get_methods( self )
VALUE self;
{
- return ole_methods( self, INVOKE_PROPERTYGET);
+ return ole_methods(self, INVOKE_PROPERTYGET);
}
/*
@@ -2770,7 +2770,7 @@ static VALUE
fole_put_methods( self )
VALUE self;
{
- return ole_methods( self, INVOKE_PROPERTYPUT);
+ return ole_methods(self, INVOKE_PROPERTYPUT);
}
/*
@@ -2782,7 +2782,7 @@ static VALUE
fole_func_methods( self )
VALUE self;
{
- return ole_methods( self, INVOKE_FUNC);
+ return ole_methods(self, INVOKE_FUNC);
}
/*