From 84ecb530013445a7ff9989d94039fed965463a27 Mon Sep 17 00:00:00 2001 From: "KJK::Hyperion" Date: Thu, 13 Nov 2008 00:16:47 +0000 Subject: [PATCH] modified include/reactos/libs/pseh/pseh2.h Typo. svn path=/trunk/; revision=37327 --- reactos/include/reactos/libs/pseh/pseh2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; \