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 */ -