Skip to content

Commit

Permalink
wt-status.c: make cut_line[] const to shrink .data section a bit
Browse files Browse the repository at this point in the history
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Nguyễn Thái Ngọc Duy authored and Junio C Hamano committed Feb 18, 2014
1 parent 5f95c9f commit 983dc69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wt-status.c
Original file line number Diff line number Diff line change
Expand Up @@ -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] = {
Expand Down

0 comments on commit 983dc69

Please sign in to comment.