diff options
| author | Junio C Hamano <gitster@pobox.com> | 2010-01-11 22:31:06 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2010-01-12 01:06:08 -0800 |
| commit | 758e915b8a220ebe967edf745eb699b30d501993 (patch) | |
| tree | df307a7054027969c3081d18e383278359f682b4 /quote.c | |
| parent | 5092d3ec21ab335e5908fd8abfe99bbc13812606 (diff) | |
| download | git-758e915b8a220ebe967edf745eb699b30d501993.tar.xz | |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
