make argv0 not static, fixes a warning with tcc
Reported by Aajonus, thanks!
This commit is contained in:
parent
28ad288399
commit
5703aa0390
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…
x
Reference in New Issue
Block a user