commit | 7d1f5dbc0a254d7524b3f985f2440bf89e037355 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 03 21:39:27 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 03 21:39:27 2005 +0000 |
tree | 7e4c83253b68e454fca710b215f928c1e012ba74 | |
parent | 51ac12f68322b411ae5b038834a649a0e9ccb462 [diff] [blame] |
updated for version 7.0101
diff --git a/src/if_ole.cpp b/src/if_ole.cpp index de6faad..544ea16 100644 --- a/src/if_ole.cpp +++ b/src/if_ole.cpp
@@ -651,7 +651,7 @@ } // 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];