summaryrefslogblamecommitdiff
path: root/graphics/giftool/files/extra-patch-aa
blob: 394687706f0bf1e042c71302c39ce58e6fd26f62 (plain) (tree)


























                                        
*** main.c.orig	Sat Mar  8 06:34:28 1997
--- main.c	Sat Mar  8 06:37:33 1997
***************
*** 1275,1281 ****
  	exit(1);
  }
  
! main(int argc, char *argv[]) 
  {
  	int		c, i;
  	int		batchMode = 0;
--- 1275,1281 ----
  	exit(1);
  }
  
! int main(int argc, char *argv[]) 
  {
  	int		c, i;
  	int		batchMode = 0;
***************
*** 1410,1413 ****
--- 1410,1414 ----
  			GIFFree(stream);
  		}
  	}
+ 	return 0;
  }