# HG changeset patch # User Anselm R. Garbe # Date 1172322507 -3600 # Node ID e7df5a3455958ada6fcb1fddfda5d406c988e419 # Parent e1fb60cca902c2f64909d81892594e77617fbd48 removed an unnecessary newline diff -r e1fb60cca902 -r e7df5a345595 dwm.h --- a/dwm.h Sat Feb 24 14:06:35 2007 +0100 +++ b/dwm.h Sat Feb 24 14:08:27 2007 +0100 @@ -146,4 +146,3 @@ 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 */ -