make argv0 not static, fixes a warning with tcc (fcd339)

This commit is contained in:
bakkeby 2020-04-10 13:57:14 +02:00
parent 56ff8cd7c7
commit f7b0d77a03
1 changed files with 1 additions and 1 deletions

2
x.c
View File

@ -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"