Fixed an indented #define.

--Sven
This commit is contained in:
Sven Neumann 1998-03-18 20:20:20 +00:00
parent bea814962f
commit 3c5699b11d
4 changed files with 10 additions and 6 deletions

View File

@ -1,3 +1,7 @@
Wed Mar 18 21:16:14 MET 1998 Sven Neumann <sven@gimp.org>
* app/crop.c: fixed an indented #define
Wed Mar 18 19:11:01 MET 1998 Sven Neumann <sven@gimp.org>
* app/app_procs.c: split the "Brought to you by S&P" line in

View File

@ -466,8 +466,8 @@ crop_draw (Tool *tool)
Crop * crop;
GDisplay * gdisp;
#define SRW 10
#define SRH 10
#define SRW 10
#define SRH 10
gdisp = (GDisplay *) tool->gdisp_ptr;
crop = (Crop *) tool->private;

View File

@ -466,8 +466,8 @@ crop_draw (Tool *tool)
Crop * crop;
GDisplay * gdisp;
#define SRW 10
#define SRH 10
#define SRW 10
#define SRH 10
gdisp = (GDisplay *) tool->gdisp_ptr;
crop = (Crop *) tool->private;

View File

@ -466,8 +466,8 @@ crop_draw (Tool *tool)
Crop * crop;
GDisplay * gdisp;
#define SRW 10
#define SRH 10
#define SRW 10
#define SRH 10
gdisp = (GDisplay *) tool->gdisp_ptr;
crop = (Crop *) tool->private;