more code cosmetics
This commit is contained in:
parent
311dbe9ad7
commit
a9fe64217a
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user