Fix for problems signaled by clang static analyzer

Former-commit-id: 2ad296acdc783054198a7b2f2f34c36d9cc22958
This commit is contained in:
Gawaboumga
2016-05-31 21:50:31 +02:00
parent 43e6424969
commit abb5ab3596
5 changed files with 43 additions and 26 deletions

View File

@@ -132,7 +132,7 @@ namespace Nz
else
difference = sequence - sequence2;
return 0;
return difference;
}
/*!