IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 15, 2005, 3:00:59 PM (21 years ago)
Author:
eugene
Message:

cleanup errors caught by Wall,Werror

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/kapa/setup/Ximage.c

    r2473 r4769  
    11# include "Ximage.h"
    22
    3 main (argc, argv)
    4 int argc;
    5 char *argv[];
    6 
    7 {
     3int main (int argc, char **argv) {
    84 
    95  SetUpDisplay (&argc, argv);
     
    1511  XFreeFont (graphic.display, graphic.font);
    1612  CloseDisplay ();
    17 
     13  exit (0);
    1814}
    1915
Note: See TracChangeset for help on using the changeset viewer.