From e2632d4fbde443d1127055267b8772e2cc82f73d Mon Sep 17 00:00:00 2001 From: Paulo Cesar Pereira de Andrade Date: Wed, 21 Jan 2009 18:52:49 -0200 Subject: Correct make distcheck and sparse warnings. --- xgamma.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'xgamma.c') diff --git a/xgamma.c b/xgamma.c index ac210a0..aa28d01 100644 --- a/xgamma.c +++ b/xgamma.c @@ -32,9 +32,9 @@ #include #include -char *ProgramName; -int MajorVersion, MinorVersion; -int EventBase, ErrorBase; +static char *ProgramName; +static int MajorVersion, MinorVersion; +static int EventBase, ErrorBase; /* Minimum extension version required */ #define MINMAJOR 2 -- cgit v1.2.3