~petersanchez/st

5703aa0390484dd7da4bd9c388c85708d8fcd339 — Hiltjo Posthuma 4 years ago 28ad288
make argv0 not static, fixes a warning with tcc

Reported by Aajonus, thanks!
1 files changed, 1 insertions(+), 1 deletions(-)

M x.c
M x.c => x.c +1 -1
@@ 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"