mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 07:35:26 +00:00
coding style
This commit is contained in:
@@ -15,7 +15,8 @@
|
|||||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: bindevt.c,v 1.1 2001/07/19 06:11:31 mayer Exp $ */
|
/* $Id: bindevt.c,v 1.2 2001/07/19 17:13:54 gson Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* bindevt.c : Defines the entry point for event log viewer DLL.
|
* bindevt.c : Defines the entry point for event log viewer DLL.
|
||||||
*/
|
*/
|
||||||
@@ -25,6 +26,6 @@
|
|||||||
BOOL APIENTRY DllMain(HANDLE hModule, DWORD ul_reason_for_call,
|
BOOL APIENTRY DllMain(HANDLE hModule, DWORD ul_reason_for_call,
|
||||||
LPVOID lpReserved)
|
LPVOID lpReserved)
|
||||||
{
|
{
|
||||||
return TRUE;
|
return (TRUE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user