elm_prefs_cc - fix correct struct size calculation

use correct struct type even though previous struct was the same size
and it wasnt an actual bug - but a potential one.
This commit is contained in:
Carsten Haitzler 2016-07-08 18:24:06 +09:00
parent e3b6b74aa6
commit 96958909ba
1 changed files with 1 additions and 1 deletions

View File

@ -739,7 +739,7 @@ object_handler_num(void)
int
statement_handler_num(void)
{
return sizeof(statement_handlers) / sizeof (New_Object_Handler);
return sizeof(statement_handlers) / sizeof (New_Statement_Handler);
}
static void