diff options
Diffstat (limited to 'plugins/TabSRMM/src/commonheaders.h')
-rw-r--r-- | plugins/TabSRMM/src/commonheaders.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/commonheaders.h b/plugins/TabSRMM/src/commonheaders.h index e9ea841762..7dff93ad70 100644 --- a/plugins/TabSRMM/src/commonheaders.h +++ b/plugins/TabSRMM/src/commonheaders.h @@ -262,7 +262,7 @@ extern NEN_OPTIONS nen_options; #endif
#if defined(__GNUG__)
-#define __except(x) if(x)
+#define __except(x) if (x)
#define __try
#define __finally
|