IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14913


Ignore:
Timestamp:
Sep 20, 2007, 10:39:04 AM (19 years ago)
Author:
eugene
Message:

remove extra grestore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/kapa2/src/PSimage.c

    r13331 r14913  
    3939  fprintf (f, "grestore %% end of image\n");
    4040  fprintf (f, "stroke\n");
     41
     42  // should we have a 'gsave / grestore' container here?
    4143  fprintf (f, "%% plot overlay objects\n");
    4244  fprintf (f, "1 setgray\n");
     
    5557    }
    5658  }
    57  
    58   fprintf (f, "grestore %% end of picture\n");
    5959
    6060  return (TRUE);
Note: See TracChangeset for help on using the changeset viewer.