fix formatting

svn path=/trunk/; revision=35995
This commit is contained in:
Christoph von Wittich
2008-09-06 17:19:33 +00:00
parent 0ce8a503a9
commit 53e404a55a
@@ -124,7 +124,7 @@ GetDisabledAutostartEntriesFromRegistry (TCHAR * szBasePath)
else if (!_tcscmp(szSubValueName, _T("item")))
item.iSubItem = 0;
if (item.iSubItem != -1)
{
{
GetLongPathName(Data, Data, (DWORD) _tcsclen(Data));
item.pszText = Data;
SendMessage(hStartupListCtrl, LVM_SETITEMTEXT, item.iItem, (LPARAM) &item);