summaryrefslogtreecommitdiff
path: root/devel/gindent/files/patch-output.c
blob: e1537bbbfe35645fda4853316932511d1f4161f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/output.c.orig	2008-03-11 19:50:42.000000000 +0100
+++ src/output.c	2010-06-27 16:29:17.000000000 +0200
@@ -71,7 +71,7 @@
 
 RCSTAG_CC ("$Id$");
 
-static FILE            * output       = NULL;
+FILE                   * output       = NULL;
 static BOOLEAN           inhibited    = 0;
 static buf_break_st_ty * buf_break_list = NULL;