~ubuntu-branches/ubuntu/saucy/eog/saucy

« back to all changes in this revision

Viewing changes to src/eog-exif-details.c

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-11-12 15:43:25 UTC
  • mfrom: (1.14.42) (2.1.24 experimental)
  • Revision ID: package-import@ubuntu.com-20121112154325-pcayrbe4f4xd8vz2
Tags: 3.6.1-1ubuntu1
* Resynchronize on Debian remaining diff:
* debian/control.in:
  - Build-Depends on dh-autoreconf, libgrip-dev
* debian/patches/02_grip_gestures.patch:
  -  support pinch-to-zoom, rotate, and drag gestures  
* debian/rules
  - use dh-autoreconf

Show diffs side-by-side

added added

removed removed

Lines of Context:
456
456
        char b[1024];
457
457
        const gint key = ifd << 16 | entry->tag;
458
458
 
459
 
        /* This should optimize away if comparision is correct */
 
459
        /* This should optimize away if comparison is correct */
460
460
        g_warn_if_fail (EXIF_IFD_COUNT <= G_MAXUINT16);
461
461
 
462
462
        view = EOG_EXIF_DETAILS (data);