diff options
| -rw-r--r-- | ShowIFF/ShowIFF.c | 12 | 
1 files changed, 9 insertions, 3 deletions
| diff --git a/ShowIFF/ShowIFF.c b/ShowIFF/ShowIFF.c index 9cb8155..90e6376 100644 --- a/ShowIFF/ShowIFF.c +++ b/ShowIFF/ShowIFF.c @@ -1,12 +1,12 @@  /*  ** -**	$Id: ShowIFF.c,v 3.4 93/02/04 22:35:18 chris Exp $ -**	$Revision: 3.4 $ +**	$Id: ShowIFF.c,v 3.5 93/05/24 15:34:36 chris Exp $ +**	$Revision: 3.5 $  **  **	$Filename: ShowIFF/ShowIFF.c $  **	$Author: Christian A. Weber $  **	$Release: 23.2 $ -**	$Date: 93/02/04 22:35:18 $ +**	$Date: 93/05/24 15:34:36 $  **  **  NAME  **		ShowIFF - a fast IFF picture viewer for Workbench and Shell @@ -398,6 +398,12 @@ struct BitMap *MyAllocBitMap(LONG depth, LONG width, LONG height)  				{  					MyFreeBitMap(bm);  					bm = NULL; +					break; +				} +			} +		} +	} +  	return bm;  } | 
