Commit f26168e4 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

qcap: Use the ARRAY_SIZE() macro.

parent 6627994c
......@@ -142,7 +142,7 @@ FactoryTemplate const g_Templates[] = {
}
};
int g_cTemplates = sizeof(g_Templates) / sizeof(g_Templates[0]);
const int g_cTemplates = ARRAY_SIZE(g_Templates);
/***********************************************************************
* Dll EntryPoint (QCAP.@)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment