more code cosmetics

This commit is contained in:
Sven Neumann 2003-04-10 14:37:06 +00:00
parent 311dbe9ad7
commit a9fe64217a

View File

@ -1295,7 +1295,7 @@ xcf_load_tile_rle (XcfInfo *info,
/* we have to use fread instead of xcf_read_* because we may be
reading past the end of the file here */
nmemb_read_successfully = fread ((gchar*) xcfdata, sizeof (char),
nmemb_read_successfully = fread ((gchar *) xcfdata, sizeof (gchar),
data_length, info->fp);
info->cp += nmemb_read_successfully;