From a5c35fb27f090bb716a3bb49a69a56be80dff6d3 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 28 Jan 2014 03:52:21 +1100 Subject: Code cleanup: use booleans where appropriate --- source/blender/editors/space_file/file_draw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_file/file_draw.c') diff --git a/source/blender/editors/space_file/file_draw.c b/source/blender/editors/space_file/file_draw.c index e31d813fc5e..5c6678967b5 100644 --- a/source/blender/editors/space_file/file_draw.c +++ b/source/blender/editors/space_file/file_draw.c @@ -461,7 +461,7 @@ void file_draw_list(const bContext *C, ARegion *ar) int offset; int textwidth, textheight; int i; - short is_icon; + bool is_icon; short align; bool do_drag; int column_space = 0.6f * UI_UNIT_X; -- cgit v1.2.3