From 489cecb9548337e767dee3b1b1828e03835aa0b1 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 14 Feb 2020 13:58:58 +1100 Subject: Cleanup: change textview 'unsigned char' to 'uchar' --- source/blender/editors/space_info/info_draw.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/blender/editors/space_info/info_draw.c') diff --git a/source/blender/editors/space_info/info_draw.c b/source/blender/editors/space_info/info_draw.c index d0ff9495a74..1c56e17054b 100644 --- a/source/blender/editors/space_info/info_draw.c +++ b/source/blender/editors/space_info/info_draw.c @@ -43,11 +43,11 @@ #include "GPU_framebuffer.h" static int report_line_data(struct TextViewContext *tvc, - unsigned char fg[4], - unsigned char bg[4], + uchar fg[4], + uchar bg[4], int *icon, - unsigned char icon_fg[4], - unsigned char icon_bg[4]) + uchar icon_fg[4], + uchar icon_bg[4]) { Report *report = (Report *)tvc->iter; -- cgit v1.2.3