wt-status.c: make cut_line[] const to shrink .data section a bit
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
5f95c9f850
commit
983dc69748
@ -17,7 +17,7 @@
|
||||
#include "strbuf.h"
|
||||
#include "utf8.h"
|
||||
|
||||
static char cut_line[] =
|
||||
static const char cut_line[] =
|
||||
"------------------------ >8 ------------------------\n";
|
||||
|
||||
static char default_wt_status_colors[][COLOR_MAXLEN] = {
|
||||
|
Loading…
Reference in New Issue
Block a user