summaryrefslogtreecommitdiff
path: root/cmd_70.c
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2018-07-30 07:20:20 +0100
committerKatolaZ <katolaz@freaknet.org>2018-07-30 07:20:20 +0100
commit6856761423c002230f49c69e491f42512b11a357 (patch)
tree55175084bad939497c5f09936c61defb3d985a22 /cmd_70.c
parentee667540e07eaffaed612e8ca8572611ea1f42d9 (diff)
fixed repo and summary header
Diffstat (limited to 'cmd_70.c')
-rw-r--r--cmd_70.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd_70.c b/cmd_70.c
index 3aec797..7e33c0b 100644
--- a/cmd_70.c
+++ b/cmd_70.c
@@ -174,7 +174,9 @@ static void stats_fn(void)
static void summary_fn(void)
{
+#ifdef DEBUG_GOPHER
fprintf(stderr, " ---- selected function: cgit_print_summary\n");
+#endif
cgit_print_summary();
}