Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/editors/space_console')
-rw-r--r--source/blender/editors/space_console/console_draw.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/blender/editors/space_console/console_draw.c b/source/blender/editors/space_console/console_draw.c
index c9dde11cbeb..ac54b1177ba 100644
--- a/source/blender/editors/space_console/console_draw.c
+++ b/source/blender/editors/space_console/console_draw.c
@@ -43,11 +43,11 @@
#include "../space_info/textview.h"
static int console_line_data(struct TextViewContext *tvc,
- unsigned char fg[4],
- unsigned char UNUSED(bg[4]),
- int *UNUSED(icon),
- unsigned char UNUSED(icon_fg[4]),
- unsigned char UNUSED(icon_bg[4]))
+ unsigned char fg[4],
+ unsigned char UNUSED(bg[4]),
+ int *UNUSED(icon),
+ unsigned char UNUSED(icon_fg[4]),
+ unsigned char UNUSED(icon_bg[4]))
{
ConsoleLine *cl_iter = (ConsoleLine *)tvc->iter;
int fg_id = TH_TEXT;