summaryrefslogtreecommitdiffstats
path: root/src/if_ole.cpp
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-07-03 21:39:27 +0000
committerBram Moolenaar <Bram@vim.org>2005-07-03 21:39:27 +0000
commit7d1f5dbc0a254d7524b3f985f2440bf89e037355 (patch)
tree7e4c83253b68e454fca710b215f928c1e012ba74 /src/if_ole.cpp
parent51ac12f68322b411ae5b038834a649a0e9ccb462 (diff)
updated for version 7.0101v7.0101
Diffstat (limited to 'src/if_ole.cpp')
-rw-r--r--src/if_ole.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/if_ole.cpp b/src/if_ole.cpp
index de6faad07b..544ea16fb1 100644
--- a/src/if_ole.cpp
+++ b/src/if_ole.cpp
@@ -651,7 +651,7 @@ static void RecursiveDeleteKey(HKEY hKeyParent, const char *child)
}
// Create a key and set its value
-static void SetKeyAndValue(const char *key, const char subkey, const char *value)
+static void SetKeyAndValue(const char *key, const char *subkey, const char *value)
{
HKEY hKey;
char buffer[1024];