summaryrefslogtreecommitdiff
path: root/plugins/ExtraIcons/commons.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ExtraIcons/commons.h')
-rw-r--r--plugins/ExtraIcons/commons.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExtraIcons/commons.h b/plugins/ExtraIcons/commons.h
index 4b896a8c52..84b43008dd 100644
--- a/plugins/ExtraIcons/commons.h
+++ b/plugins/ExtraIcons/commons.h
@@ -80,7 +80,7 @@ using namespace std;
extern HINSTANCE hInst;
extern PLUGINLINK *pluginLink;
-#define MAX_REGS(_A_) ( sizeof(_A_) / sizeof(_A_[0]) )
+#define MAX_REGS(_A_) ( sizeof(_A_) / sizeof(_A_[0]))
#define FREE(_m_) if (_m_ != NULL) { free(_m_); _m_ = NULL; }
#define ICON_SIZE 16