tabs -> spaces
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2579 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
549a524dbe
commit
6c3ffb46ae
1 changed files with 2 additions and 2 deletions
|
@ -303,7 +303,7 @@ NSISFunc(Clear) {
|
|||
myImageList *img = &bgBitmap;
|
||||
while (img) {
|
||||
switch (img->iType) {
|
||||
case MIL_BITMAP:
|
||||
case MIL_BITMAP:
|
||||
case MIL_TRANSPARENT_BITMAP:
|
||||
DeleteObject(img->hBitmap);
|
||||
break;
|
||||
|
@ -620,7 +620,7 @@ int myatoi(char *s)
|
|||
BOOL WINAPI _DllMainCRTStartup(HINSTANCE hInst, ULONG ul_reason_for_call, LPVOID lpReserved) {
|
||||
g_hInstance=hInst;
|
||||
switch (ul_reason_for_call) {
|
||||
case DLL_PROCESS_ATTACH:
|
||||
case DLL_PROCESS_ATTACH:
|
||||
InitializeCriticalSection(&CriticalSection);
|
||||
break;
|
||||
case DLL_PROCESS_DETACH:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue