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];