From 7d1f5dbc0a254d7524b3f985f2440bf89e037355 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 3 Jul 2005 21:39:27 +0000 Subject: updated for version 7.0101 --- src/if_ole.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/if_ole.cpp') diff --git a/src/if_ole.cpp b/src/if_ole.cpp index de6faad07..544ea16fb 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]; -- cgit v1.2.1