X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=pkt-line.c;h=5a04984ea31744528de30269add2754ed2dcd105;hb=77f7f822889411bfede0507dd60aebf11edb2849;hp=cd1bd264139bf15cca06f900b7921f0956c6458b;hpb=25197ebe7f813407b028a2c304ff8ee58da40a16;p=git.git diff --git a/pkt-line.c b/pkt-line.c index cd1bd2641..5a04984ea 100644 --- a/pkt-line.c +++ b/pkt-line.c @@ -1,7 +1,7 @@ #include "cache.h" #include "pkt-line.h" -const char *packet_trace_prefix = "git"; +static const char *packet_trace_prefix = "git"; static const char trace_key[] = "GIT_TRACE_PACKET"; void packet_trace_identity(const char *prog)