Fix typo (1 should be 2) in png_handle_eXIf
diff --git a/pngrutil.c b/pngrutil.c
index 68b955f..d617365 100644
--- a/pngrutil.c
+++ b/pngrutil.c
@@ -2066,7 +2066,7 @@
       png_byte buf[1];
       png_crc_read(png_ptr, buf, 1);
       info_ptr->eXIf_buf[i] = buf[0];
-      if (i == 2 && buf[0] != 'M' && buf[0] != 'I'
+      if (i == 1 && buf[0] != 'M' && buf[0] != 'I'
                  && info_ptr->eXIf_buf[0] != buf[0])
       {
          png_crc_finish(png_ptr, length);