Line endings

This commit is contained in:
DrSlony
2015-08-11 11:53:44 +02:00
parent 96be30863d
commit effb46c3e1
136 changed files with 50595 additions and 50595 deletions

View File

@@ -330,8 +330,8 @@ int RawImage::loadRaw (bool loadData, bool closeFile, ProgressListener *plistene
this->rotate_deg = 180;
else if (flip==6)
this->rotate_deg = 90;
else if (flip % 90 == 0 && flip < 360)
this->rotate_deg = flip;
else if (flip % 90 == 0 && flip < 360)
this->rotate_deg = flip;
else
this->rotate_deg = 0;