From 0e4bb3f8e9474eed29752b18f983440d2ed07b5c Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Tue, 5 Nov 2013 18:06:24 +0100 Subject: [PATCH] fix typo --- mex/sources/bytecode/ErrorHandling.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mex/sources/bytecode/ErrorHandling.hh b/mex/sources/bytecode/ErrorHandling.hh index f8419bfb5..2c16ce62f 100644 --- a/mex/sources/bytecode/ErrorHandling.hh +++ b/mex/sources/bytecode/ErrorHandling.hh @@ -152,7 +152,7 @@ class GeneralExceptionHandling { string ErrorMsg; public: -#ifdef _MSC_VER_ +#ifdef _MSC_VER ~GeneralExceptionHandling() { FreeLibrary(hinstLib);