mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:02:56 +00:00
[SAC]: Don't return things from a VOID function (MSVC_warning--;)
svn path=/trunk/; revision=60040
This commit is contained in:
parent
08aa7a2432
commit
7ebaa360b9
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ NTAPI
|
||||||
WorkerProcessEvents(IN PSAC_DEVICE_EXTENSION DeviceExtension)
|
WorkerProcessEvents(IN PSAC_DEVICE_EXTENSION DeviceExtension)
|
||||||
{
|
{
|
||||||
/* Call the worker function */
|
/* Call the worker function */
|
||||||
return ConMgrWorkerProcessEvents(DeviceExtension);
|
ConMgrWorkerProcessEvents(DeviceExtension);
|
||||||
}
|
}
|
||||||
|
|
||||||
VOID
|
VOID
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue