diff options
-rw-r--r-- | ext/win32/lib/win32/registry.rb | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -575,9 +575,9 @@ For detail, see the MSDN[http://msdn.microsoft.com/library/en-us/sysinfo/base/pr begin type, data = read(subkey) rescue Error - next end - yield subkey, type, data index += 1 end index |