mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:25:58 +00:00
[RSYM]
- This is not the typo you are looking for svn path=/trunk/; revision=68982
This commit is contained in:
parent
3497ea0435
commit
df1aa949dd
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ CompareSymEntry(const PROSSYM_ENTRY SymEntry1, const PROSSYM_ENTRY SymEntry2)
|
||||||
|
|
||||||
if (SymEntry2->SourceLine == 0)
|
if (SymEntry2->SourceLine == 0)
|
||||||
{
|
{
|
||||||
return +1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (SymEntry1->SourceLine == 0)
|
if (SymEntry1->SourceLine == 0)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue