Commit 8bbba3fc authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

winspool.drv/tests: Use the available ARRAY_SIZE() macro.

parent 589a5774
......@@ -219,7 +219,7 @@ static struct monitor_entry * find_installed_monitor(void)
if (entry) return entry;
num_tests = (sizeof(monitor_table)/sizeof(struct monitor_entry));
num_tests = ARRAY_SIZE(monitor_table);
/* cleanup */
DeleteMonitorA(NULL, env_x64, winetest);
......
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