diff options
-rw-r--r-- | src/vmwaremodule.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/vmwaremodule.c b/src/vmwaremodule.c index d6fcddb..3d7f666 100644 --- a/src/vmwaremodule.c +++ b/src/vmwaremodule.c @@ -143,7 +143,7 @@ err: return FALSE; } -static Bool +static void vmware_chain_module(pointer opts) { int vmwlegacy_devices; @@ -205,7 +205,6 @@ static pointer vmware_setup(pointer module, pointer opts, int *errmaj, int *errmin) { static Bool setupDone = 0; - int ret; /* This module should be loaded only once, but check to be sure. */ if (!setupDone) { |