diff options
author | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-22 15:52:43 -0200 |
---|---|---|
committer | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-22 15:52:43 -0200 |
commit | bc6a081e2d51bf41c9c4e2f02b82601a7bd4a33e (patch) | |
tree | 6d3409706e8d0f13493622471c83f11f262047e5 /xlsclients.c | |
parent | e5161d278fcfbf7ec3c4a73b6580993ad563e7ea (diff) |
Correct make distcheck and sparse warnings.
Diffstat (limited to 'xlsclients.c')
-rw-r--r-- | xlsclients.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlsclients.c b/xlsclients.c index 3effbf4..0b6fc15 100644 --- a/xlsclients.c +++ b/xlsclients.c @@ -37,7 +37,7 @@ in this Software without prior written authorization from The Open Group. #include <X11/Xutil.h> #include <X11/Xmu/WinUtil.h> -char *ProgramName; +static char *ProgramName; static void lookat ( Display *dpy, Window root, Bool verbose, int maxcmdlen ); static void print_client_properties ( Display *dpy, Window w, |