~noskcaj/ubuntu/trusty/libpng/libpng

« back to all changes in this revision

Viewing changes to pngerror.c

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2010-01-28 11:57:34 UTC
  • mfrom: (1.1.11 upstream) (15.2.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100128115734-5b6dgb3hf38bw9cn
Tags: 1.2.42-1ubuntu1
* Merge from Debian testing.  Remaining changes:
  - Move libpng from /usr/lib to /lib, so that plymouth is usable on
    systems with a separate /usr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
280
280
   {
281
281
      jmp_buf jmpbuf;
282
282
      png_memcpy(jmpbuf, png_ptr->jmpbuf, png_sizeof(jmp_buf));
283
 
      longjmp(jmpbuf, 1);
 
283
     longjmp(jmpbuf,1);
284
284
   }
285
285
#  else
286
286
   longjmp(png_ptr->jmpbuf, 1);