sequencer.c: mark a private file-scope symbol as static

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano
2012-09-15 23:20:40 -07:00
parent dad148c359
commit 250f2492a4
2 changed files with 1 additions and 4 deletions

View File

@ -17,7 +17,7 @@
#define GIT_REFLOG_ACTION "GIT_REFLOG_ACTION"
void remove_sequencer_state(void)
static void remove_sequencer_state(void)
{
struct strbuf seq_dir = STRBUF_INIT;