diff options
-rw-r--r-- | config.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in index 6ab3008..7c03d3c 100644 --- a/config.h.in +++ b/config.h.in @@ -181,7 +181,7 @@ typedef RETSIGTYPE MySignalHandler; #endif /* __MINGW32_VERSION */ #else # define SETJMP(env) setjmp(env) -# define LONGJMP(env,val) longjmp(env) +# define LONGJMP(env,val) longjmp(env, val) # define JMP_BUF jmp_buf #endif |