X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=quote.c;h=acb6bf929f3e5807139fa7852f739e6ff5a50722;hb=df3dac3758e0b3e8178aff03fd0ceaf340735527;hp=848d174cc56be32483ba6c73f9b06bc398ed6437;hpb=daf85d97f8ae4ba462e55c79b1520342028f24d7;p=git.git diff --git a/quote.c b/quote.c index 848d174cc..acb6bf929 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;