diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-10-24 14:52:01 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-10-24 14:52:01 +0000 |
commit | cbeaaf916a38c4fd3b33423c67b54995f8a000e5 (patch) | |
tree | 6f7d16f2eb95db35cccec87c397712cec7030d37 /app/xlsclients/xlsclients.c | |
parent | 16283fea21bef1f6b994f3337e5bd4db4556a521 (diff) |
Update to xlsclients 1.0.2
Diffstat (limited to 'app/xlsclients/xlsclients.c')
-rw-r--r-- | app/xlsclients/xlsclients.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/xlsclients/xlsclients.c b/app/xlsclients/xlsclients.c index 3effbf481..0b6fc1579 100644 --- a/app/xlsclients/xlsclients.c +++ b/app/xlsclients/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, |