Module: wine Branch: master Commit: 053a7e225c8190fd7416b3f3c3186f1ac230eeb3 URL: https://source.winehq.org/git/wine.git/?a=commit;h=053a7e225c8190fd7416b3f3c...
Author: Michael Stefaniuc mstefani@winehq.org Date: Thu Jul 12 23:49:34 2018 +0200
dbghelp: Use the ARRAY_SIZE() macro.
Signed-off-by: Michael Stefaniuc mstefani@winehq.org Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/dbghelp/cpu_i386.c | 4 ++-- dlls/dbghelp/dbghelp.c | 5 ++--- dlls/dbghelp/elf_module.c | 14 ++++++-------- dlls/dbghelp/macho_module.c | 2 +- dlls/dbghelp/minidump.c | 4 ++-- dlls/dbghelp/module.c | 16 +++++++--------- dlls/dbghelp/msc.c | 2 +- dlls/dbghelp/stabs.c | 6 +++--- dlls/dbghelp/symbol.c | 2 +- 9 files changed, 25 insertions(+), 30 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=053a7e225c8190fd7416b...