[RSYM]
authorThomas Faber <thomas.faber@reactos.org>
Fri, 4 Sep 2015 08:06:17 +0000 (08:06 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Fri, 4 Sep 2015 08:06:17 +0000 (08:06 +0000)
- This is not the typo you are looking for

svn path=/trunk/; revision=68982

reactos/tools/rsym/rsym.c

index f5bba04..238a06b 100644 (file)
@@ -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)