app/xcf/xcf-load.c app/xcf/xcf-read.c app/xcf/xcf-save.c
2003-09-10 Michael Natterer <mitch@gimp.org> * app/xcf/xcf-load.c * app/xcf/xcf-read.c * app/xcf/xcf-save.c * app/xcf/xcf-seek.c * app/xcf/xcf-write.c * app/xcf/xcf.c: whitespace cleanup.
This commit is contained in:

committed by
Michael Natterer

parent
3d59718921
commit
17bce42486
@ -1,3 +1,12 @@
|
||||
2003-09-10 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/xcf/xcf-load.c
|
||||
* app/xcf/xcf-read.c
|
||||
* app/xcf/xcf-save.c
|
||||
* app/xcf/xcf-seek.c
|
||||
* app/xcf/xcf-write.c
|
||||
* app/xcf/xcf.c: whitespace cleanup.
|
||||
|
||||
2003-09-10 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* config.h.win32: Tell it's outdated.
|
||||
|
@ -54,7 +54,7 @@ xcf_read_float (FILE *fp,
|
||||
gfloat *data,
|
||||
gint count)
|
||||
{
|
||||
return (xcf_read_int32(fp, (guint32 *)((void *)data), count));
|
||||
return xcf_read_int32 (fp, (guint32 *) ((void *) data), count);
|
||||
}
|
||||
|
||||
guint
|
||||
|
Reference in New Issue
Block a user