Browse Source

make argv0 not static, fixes a warning with tcc

Reported by Aajonus, thanks!
master
Hiltjo Posthuma 4 years ago
parent
commit
5703aa0390
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      x.c

+ 1
- 1
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"


Loading…
Cancel
Save