diff options
author | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-21 18:52:49 -0200 |
---|---|---|
committer | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-21 18:52:49 -0200 |
commit | e2632d4fbde443d1127055267b8772e2cc82f73d (patch) | |
tree | 7e1760595eac78b224b0f8a83754cda277941e62 /xgamma.c | |
parent | fd48b87c3694d037fc8c1b9f3056677e57fd17ab (diff) |
Correct make distcheck and sparse warnings.
Diffstat (limited to 'xgamma.c')
-rw-r--r-- | xgamma.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -32,9 +32,9 @@ #include <ctype.h> #include <stdlib.h> -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 |