summaryrefslogtreecommitdiff
path: root/devel/gindent/files/patch-src_output.c
blob: ff9f39c92a0ed2796126b9186e80b53bfefa48f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/output.c.orig	2018-09-05 16:47:56 UTC
+++ src/output.c
@@ -74,7 +74,7 @@
 
 RCSTAG_CC ("$Id$");
 
-static FILE            * output       = NULL;
+FILE                   * output       = NULL;
 static BOOLEAN           inhibited    = 0;
 static buf_break_st_ty * buf_break_list = NULL;
 buf_break_st_ty * buf_break = NULL;