unexpected declaration removed :}

svn path=/trunk/; revision=1802
This commit is contained in:
Nedko Arnaudov 2001-04-16 05:07:23 +00:00
parent 7f0a6dcd48
commit 368db861e4

View file

@ -1,4 +1,4 @@
/* $Id: RegistryTree.cpp,v 1.4 2001/01/13 23:54:41 narnaoud Exp $ /* $Id: RegistryTree.cpp,v 1.5 2001/04/16 05:07:23 narnaoud Exp $
* *
* regexpl - Console Registry Explorer * regexpl - Console Registry Explorer
* *
@ -117,7 +117,7 @@ BOOL CRegistryTree::ChangeCurrentKey(const TCHAR *pszRelativePath)
if ((*pszBuffer == _T('\"'))&&(pszBuffer[size-1] == _T('\"'))) if ((*pszBuffer == _T('\"'))&&(pszBuffer[size-1] == _T('\"')))
{ {
size--; size--;
pszBuffer[size] = 0; LONG ConnectRegistry(HKEY hKey); pszBuffer[size] = 0;
pszBuffer++; pszBuffer++;
} }