diff options
Diffstat (limited to 'hw/xnest/Handlers.h')
-rw-r--r-- | hw/xnest/Handlers.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xnest/Handlers.h b/hw/xnest/Handlers.h index 16228a0c1..7160bdd13 100644 --- a/hw/xnest/Handlers.h +++ b/hw/xnest/Handlers.h @@ -16,7 +16,7 @@ is" without express or implied warranty. #define XNESTHANDLERS_H void xnestBlockHandler(pointer blockData, OSTimePtr pTimeout, - pointer pReadMask); + pointer pReadMask); void xnestWakeupHandler(pointer blockData, int result, pointer pReadMask); -#endif /* XNESTHANDLERS_H */ +#endif /* XNESTHANDLERS_H */ |