From 95aa036670a1ce2c461ffd9bd3a586d191ee4675 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 19 Jul 2012 22:48:01 +0000 Subject: - various icolib fixes; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@1061 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/AimOscar/theme.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'protocols/AimOscar') diff --git a/protocols/AimOscar/theme.cpp b/protocols/AimOscar/theme.cpp index e0bf133f61..9217c68d1c 100644 --- a/protocols/AimOscar/theme.cpp +++ b/protocols/AimOscar/theme.cpp @@ -83,8 +83,7 @@ void InitIcons(void) sid.pszSection = szSectionName; sid.flags = SIDF_PATH_TCHAR; - for (int i = 0; i < SIZEOF(iconList); i++) - { + for (int i = 0; i < SIZEOF(iconList); i++) { mir_snprintf(szSettingName, sizeof(szSettingName), "AIM_%s", iconList[i].szName); if (iconList[i].szSection) -- cgit v1.2.3