- This is not the typo you are looking for

svn path=/trunk/; revision=68982
This commit is contained in:
Thomas Faber 2015-09-04 08:06:17 +00:00
parent 3497ea0435
commit df1aa949dd

View file

@ -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)