make argv0 not static, fixes a warning with tcc

Reported by Aajonus, thanks!
master
Hiltjo Posthuma 4 years ago
parent 28ad288399
commit 5703aa0390

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…
Cancel
Save