diff --git a/reactos/include/reactos/libs/pseh/pseh2.h b/reactos/include/reactos/libs/pseh/pseh2.h index a40b7f96084..40288853a5e 100644 --- a/reactos/include/reactos/libs/pseh/pseh2.h +++ b/reactos/include/reactos/libs/pseh/pseh2.h @@ -334,7 +334,7 @@ _SEHTryLevel_t; } \ _SEHEndExcept: __SEH_SIDE_EFFECT; \ \ - void _SEHJumpToHandler() \ + void _SEHJumpToHandler(void) \ { \ if(_SEHFrameP == (_SEHTopTryLevel ? &_SEHFrame : _SEHCurFrameP) && _SEHPrevTryLevelP == _SEHTryLevelP) \ goto _SEHBeginExcept; \