]> git.armaanb.net Git - st.git/blobdiff - config.def.h
Limit usage of extern to config.h globals
[st.git] / config.def.h
index 616616a6d190962cef6143f934c846bf442b634a..82b1b095ce7003897c9dc5c065d92abd0835884b 100644 (file)
@@ -16,7 +16,7 @@ static int borderpx = 2;
  * 4: value of shell in /etc/passwd
  * 5: value of shell in config.h
  */
-char *shell = "/bin/sh";
+static char *shell = "/bin/sh";
 char *utmp = NULL;
 char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400";