Removed a C++-style comment
authorDan Fandrich <dan@coneharvesters.com>
Fri, 1 Jun 2018 17:55:57 +0000 (19:55 +0200)
committerDan Fandrich <dan@coneharvesters.com>
Fri, 1 Jun 2018 17:56:13 +0000 (19:56 +0200)
libexif/exif-data.c

index 23278f5..cbb942f 100644 (file)
@@ -835,7 +835,7 @@ exif_data_load_data (ExifData *data, const unsigned char *d_orig,
                           is only relevant for files that are nonconformant to the EXIF
                           specification. For conformant files, the APP1 code path above will be
                           taken. */
-                       if (ds >= 3 && d[0] >= 0xe0 && d[0] <= 0xef) {  // JPEG_MARKER_APPn
+                       if (ds >= 3 && d[0] >= 0xe0 && d[0] <= 0xef) {  /* JPEG_MARKER_APPn */
                                d++;
                                ds--;
                                l = (d[0] << 8) | d[1];