From 2d32b92d77bf0c0f5fc3827277d26a26bbbb2580 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 13 Jul 2015 22:00:07 +1000 Subject: Cleanup: IMB prefix for ImBuf defines --- source/blender/editors/sculpt_paint/paint_image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/sculpt_paint/paint_image.c') diff --git a/source/blender/editors/sculpt_paint/paint_image.c b/source/blender/editors/sculpt_paint/paint_image.c index 346be5b336e..64e0aa822df 100644 --- a/source/blender/editors/sculpt_paint/paint_image.c +++ b/source/blender/editors/sculpt_paint/paint_image.c @@ -92,7 +92,7 @@ typedef struct UndoImageTile { struct UndoImageTile *next, *prev; char idname[MAX_ID_NAME]; /* name instead of pointer*/ - char ibufname[IB_FILENAME_SIZE]; + char ibufname[IMB_FILENAME_SIZE]; union { float *fp; -- cgit v1.2.3