make argv0 not static, fixes a warning with tcc
Reported by Aajonus, thanks!
This commit is contained in:
parent
28ad288399
commit
5703aa0390
1 changed files with 1 additions and 1 deletions
2
x.c
2
x.c
|
@ -15,7 +15,7 @@
|
|||
#include <X11/Xft/Xft.h>
|
||||
#include <X11/XKBlib.h>
|
||||
|
||||
static char *argv0;
|
||||
char *argv0;
|
||||
#include "arg.h"
|
||||
#include "st.h"
|
||||
#include "win.h"
|
||||
|
|
Loading…
Reference in a new issue