mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
unexpected declaration removed :}
svn path=/trunk/; revision=1802
This commit is contained in:
parent
7f0a6dcd48
commit
368db861e4
1 changed files with 2 additions and 2 deletions
|
@ -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++;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue