all repos — dwm @ a58731e8355a1dd85df1275fe851c7a48648a162

my dwm build

removed an unnecessary newline
Anselm R. Garbe arg@suckless.org
Sat, 24 Feb 2007 14:08:27 +0100
commit

a58731e8355a1dd85df1275fe851c7a48648a162

parent

1df45593ed0b5b0487fb605cb7dd46bcb09388e9

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M dwm.hdwm.h

@@ -146,4 +146,3 @@ /* util.c */

void *emallocz(unsigned int size); /* allocates zero-initialized memory, exits on error */ void eprint(const char *errstr, ...); /* prints errstr and exits with 1 */ void spawn(const char *arg); /* forks a new subprocess with arg's cmd */ -