~ubuntu-branches/ubuntu/trusty/vips/trusty-proposed

« back to all changes in this revision

Viewing changes to libvips/foreign/ppmload.c

  • Committer: Package Import Robot
  • Author(s): Jay Berkenbilt
  • Date: 2014-03-29 12:29:29 UTC
  • mfrom: (1.1.21) (30.1.16 sid)
  • Revision ID: package-import@ubuntu.com-20140329122929-fvxnaann32ex0gzk
Tags: 7.38.5-2
Enable dh-autoreconf. (Closes: #742872)

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
static VipsForeignFlags
68
68
vips_foreign_load_ppm_get_flags_filename( const char *filename )
69
69
{
70
 
        return( vips__ppm_flags( filename ) );
 
70
        return( (VipsForeignFlags) vips__ppm_flags( filename ) );
71
71
}
72
72
 
73
73
static VipsForeignFlags