mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 11:21:51 +00:00
[WINESYNC] dbghelp: Avoid dead assignment (scan-build).
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> wine commit id ae6e4017548fc30bf5220bebc674230dc4ccfe06 by Alex Henrie <alexhenrie24@gmail.com>
This commit is contained in:
parent
b66bb64916
commit
910ece9f87
2 changed files with 1 additions and 2 deletions
|
@ -1991,7 +1991,6 @@ static BOOL re_match_multi(const WCHAR** pstring, const WCHAR** pre, BOOL _case)
|
||||||
if (!(next = re_match_one(string_end, re_beg, _case))) return FALSE;
|
if (!(next = re_match_one(string_end, re_beg, _case))) return FALSE;
|
||||||
string_end = next;
|
string_end = next;
|
||||||
}
|
}
|
||||||
re_beg = re_end;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (*re_end || *string_end) return FALSE;
|
if (*re_end || *string_end) return FALSE;
|
||||||
|
|
|
@ -4,4 +4,4 @@ files:
|
||||||
include/dbghelp.h: sdk/include/psdk/dbghelp.h
|
include/dbghelp.h: sdk/include/psdk/dbghelp.h
|
||||||
include/wine/mscvpdb.h: sdk/include/reactos/wine/mscvpdb.h
|
include/wine/mscvpdb.h: sdk/include/reactos/wine/mscvpdb.h
|
||||||
tags:
|
tags:
|
||||||
wine: d263ba97fb7c9ada7ae847909f35cbf5db671216
|
wine: ae6e4017548fc30bf5220bebc674230dc4ccfe06
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue