Skip to content

Commit

Permalink
Fixed compile errors
Browse files Browse the repository at this point in the history
  • Loading branch information
devedse committed May 10, 2019
1 parent ec64a2f commit 77011f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ExifLibrary/JPEGFile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,6 @@ private void ReadExifAPP1()
if (firstifdpointer != 0 && firstifdpointer + 2 <= header.Length)
{
ifdqueue.Add(firstifdpointer, IFD.First);
hasFound1stIFDpointer = true;
}
}
// Read thumbnail
Expand Down

0 comments on commit 77011f7

Please sign in to comment.