mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
[RSYM]
- This is not the typo you are looking for svn path=/trunk/; revision=68982
This commit is contained in:
@@ -125,7 +125,7 @@ CompareSymEntry(const PROSSYM_ENTRY SymEntry1, const PROSSYM_ENTRY SymEntry2)
|
||||
|
||||
if (SymEntry2->SourceLine == 0)
|
||||
{
|
||||
return +1;
|
||||
return -1;
|
||||
}
|
||||
|
||||
if (SymEntry1->SourceLine == 0)
|
||||
|
||||
Reference in New Issue
Block a user