summaryrefslogtreecommitdiff
path: root/include/m_system_cpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/m_system_cpp.h')
-rw-r--r--include/m_system_cpp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_system_cpp.h b/include/m_system_cpp.h
index b50449b526..4bddd0ae27 100644
--- a/include/m_system_cpp.h
+++ b/include/m_system_cpp.h
@@ -148,7 +148,7 @@ template<class T> struct LIST
__inline int getIndex(T *p) const
{ int idx;
- return ( !List_GetIndex((SortedList*)this, p, &idx)) ? -1 : idx;
+ return (!List_GetIndex((SortedList*)this, p, &idx)) ? -1 : idx;
}
__inline void destroy(void) { List_Destroy((SortedList*)this); }