summaryrefslogtreecommitdiff
path: root/plugins/SMS/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/SMS/src/main.cpp')
-rw-r--r--plugins/SMS/src/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/SMS/src/main.cpp b/plugins/SMS/src/main.cpp
index bbf821ed03..2467838e46 100644
--- a/plugins/SMS/src/main.cpp
+++ b/plugins/SMS/src/main.cpp
@@ -193,7 +193,7 @@ BOOL WINAPI DllMain(HINSTANCE hInstance,DWORD dwReason,LPVOID lpvReserved)
break;
}
- return(TRUE);
+ return TRUE;
}
extern "C" int __declspec(dllexport) Load(void)
@@ -229,7 +229,7 @@ int OnModulesLoaded(WPARAM wParam,LPARAM lParam)
LoadModules();
- return(0);
+ return 0;
}
@@ -241,7 +241,7 @@ int OnPreShutdown(WPARAM wParam,LPARAM lParam)
SendSMSWindowDestroy();
FreeAccountList();
-return(0);
+ return 0;
}