author | Anselm R. Garbe <arg@suckless.org> |
Sat, 24 Feb 2007 14:08:27 +0100 | |
changeset 844 | e7df5a345595 |
parent 843 | e1fb60cca902 |
child 845 | baee494346e5 |
--- 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 */ -