t1007: add hash-object --literally tests
[gitweb.git] / pager.c
diff --git a/pager.c b/pager.c
index b7eb7e7957f5e6340e0590fad9a362fd0086e6fa..b2b805af98552061a723f3b8e2ac3093d0b897f7 100644 (file)
--- a/pager.c
+++ b/pager.c
@@ -12,7 +12,7 @@
  */
 
 static const char *pager_argv[] = { NULL, NULL };
-static struct child_process pager_process;
+static struct child_process pager_process = CHILD_PROCESS_INIT;
 
 static void wait_for_pager(void)
 {