summaryrefslogtreecommitdiff
path: root/sd/source/ui/remotecontrol/mDNSResponder/dllmain.c
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/remotecontrol/mDNSResponder/dllmain.c')
-rw-r--r--sd/source/ui/remotecontrol/mDNSResponder/dllmain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/remotecontrol/mDNSResponder/dllmain.c b/sd/source/ui/remotecontrol/mDNSResponder/dllmain.c
index ce3fce554037..49fd854c96c8 100644
--- a/sd/source/ui/remotecontrol/mDNSResponder/dllmain.c
+++ b/sd/source/ui/remotecontrol/mDNSResponder/dllmain.c
@@ -32,7 +32,7 @@ BOOL APIENTRY DllMain( HANDLE inModule, DWORD inReason, LPVOID inReserved )
case DLL_PROCESS_DETACH:
break;
}
- return( TRUE );
+ return TRUE;
}