summaryrefslogtreecommitdiff
path: root/quote.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-01-12 06:31:06 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-01-12 09:06:08 (GMT)
commit758e915b8a220ebe967edf745eb699b30d501993 (patch)
treedf307a7054027969c3081d18e383278359f682b4 /quote.c
parent5092d3ec21ab335e5908fd8abfe99bbc13812606 (diff)
downloadgit-758e915b8a220ebe967edf745eb699b30d501993.zip
git-758e915b8a220ebe967edf745eb699b30d501993.tar.gz
git-758e915b8a220ebe967edf745eb699b30d501993.tar.bz2
quote.c: mark file-local function static
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'quote.c')
-rw-r--r--quote.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/quote.c b/quote.c
index 848d174..acb6bf9 100644
--- a/quote.c
+++ b/quote.c
@@ -72,7 +72,7 @@ void sq_quote_argv(struct strbuf *dst, const char** argv, size_t maxlen)
}
}
-char *sq_dequote_step(char *arg, char **next)
+static char *sq_dequote_step(char *arg, char **next)
{
char *dst = arg;
char *src = arg;