From 12c17347cb095db8f8e19b22eeb7c8b8c508794b Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Tue, 10 Feb 2009 18:36:34 +0000 Subject: 2.5 Fourth trial to get the invisible character gone! (I have to add/remove enters to get it committed even) Thanks to Thomas for retyping the faulty line entirely :) --- source/blender/blenlib/BLI_rect.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/blenlib/BLI_rect.h') diff --git a/source/blender/blenlib/BLI_rect.h b/source/blender/blenlib/BLI_rect.h index 816347650fb..45a96f6055d 100644 --- a/source/blender/blenlib/BLI_rect.h +++ b/source/blender/blenlib/BLI_rect.h @@ -59,7 +59,6 @@ int BLI_isect_rcti(struct rcti *src1, struct rcti *src2, struct rcti *dest); void BLI_union_rctf(struct rctf *rcta, struct rctf *rctb); void BLI_union_rcti(struct rcti *rct1, struct rcti *rct2); - #ifdef __cplusplus } #endif -- cgit v1.2.3