Recommit misc.c -- somehow did not get committed

https://github.com/Hamlib/Hamlib/issues/946
pull/948/head
Mike Black W9MDB 2022-01-31 08:50:47 -06:00
rodzic a33f1b7920
commit 024e7b7555
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -2584,7 +2584,7 @@ char *date_strget(char *buf, int buflen, int localtime)
const char *spaces() const char *spaces()
{ {
static char *s = " "; static char *s = " ";
return s; return s;
} }