Revert back the previous change.

This commit is contained in:
Andrey Kiselev 2005-07-28 17:46:52 +00:00
parent ab98d7b94d
commit b7a295ef98

View File

@ -1,4 +1,4 @@
/* $Id: tif_aux.c,v 1.11 2005-07-28 13:48:32 fwarmerdam Exp $ */
/* $Id: tif_aux.c,v 1.12 2005-07-28 17:46:52 dron Exp $ */
/*
* Copyright (c) 1991-1997 Sam Leffler
@ -33,7 +33,7 @@
#include "tif_predict.h"
#include <math.h>
char *
tdata_t
_TIFFCheckMalloc(TIFF* tif, size_t nmemb, size_t elem_size, const char* what)
{
tdata_t *cp = NULL;