~ubuntu-branches/ubuntu/oneiric/imagemagick/oneiric-updates

« back to all changes in this revision

Viewing changes to coders/info.c

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2011-06-15 11:05:28 UTC
  • mfrom: (6.2.11 sid)
  • Revision ID: james.westby@ubuntu.com-20110615110528-08jgo07a4846xh8d
Tags: 8:6.6.0.4-3ubuntu1
* Resynchronise with Debian (LP: #797595).  Remaining changes:
  - Make ufraw-batch (universe) a suggestion instead of a recommendation.
  - Make debian/rules install target depend on check; they cannot reliably
    be run in parallel.
  - Don't set MAKEFLAGS in debian/rules; just pass it to the build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
%
88
88
%  The format of the RegisterINFOImage method is:
89
89
%
90
 
%      size_t RegisterINFOImage(void)
 
90
%      unsigned long RegisterINFOImage(void)
91
91
%
92
92
*/
93
 
ModuleExport size_t RegisterINFOImage(void)
 
93
ModuleExport unsigned long RegisterINFOImage(void)
94
94
{
95
95
  MagickInfo
96
96
    *entry;