X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=pkt-line.c;h=5a04984ea31744528de30269add2754ed2dcd105;hb=1c2ef66f63e60539044d1e0cd8fbfbccd2cefc2e;hp=cd1bd264139bf15cca06f900b7921f0956c6458b;hpb=149971badc562f4e5ee66c045f40c904fb29eab6;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)