Sopt hardcoding dTools_list size.

This commit is contained in:
riccardom 2009-07-04 09:08:09 +00:00
parent b6e6cfd1f0
commit 9fd39b42be
1 changed files with 1 additions and 1 deletions

View File

@ -27,5 +27,5 @@ dTool_t *dTools_list[] =
&dTool_ioregsView
};
int dTools_list_size = 1;
int dTools_list_size = ARRAY_SIZE(dTools_list);