RecycleManager.dll: Minor changes to 4172dff

This commit is contained in:
Birunthan Mohanathas 2012-07-03 15:09:21 +03:00
parent 58aa3c86a3
commit 0804bdca05

View File

@ -240,10 +240,10 @@ bool HasRecycleBinChanged()
s_LastWriteTime = lastWriteTime; s_LastWriteTime = lastWriteTime;
changed = true; changed = true;
} }
}
RegCloseKey(volumeSubKey); RegCloseKey(volumeSubKey);
} }
}
bufferSize = _countof(buffer); bufferSize = _countof(buffer);
++index; ++index;
@ -269,11 +269,11 @@ bool HasRecycleBinChanged()
s_LastWriteTime = lastWriteTime; s_LastWriteTime = lastWriteTime;
changed = true; changed = true;
} }
}
RegCloseKey(iconKey); RegCloseKey(iconKey);
} }
} }
}
return changed; return changed;
} }