Skip to content

Commit 8e8aa44

Browse files
vvavrychukgitster
authored andcommitted
trace.c: mark file-local function static
Signed-off-by: Vasyl' Vavrychuk <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4be0c35 commit 8e8aa44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trace.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#include "cache.h"
2626
#include "quote.h"
2727

28-
void do_nothing(size_t unused)
28+
static void do_nothing(size_t unused)
2929
{
3030
}
3131

0 commit comments

Comments
 (0)