removed an unnecessary newline

This commit is contained in:
Anselm R. Garbe 2007-02-24 14:08:27 +01:00
parent 1df45593ed
commit a58731e835
1 changed files with 0 additions and 1 deletions

1
dwm.h
View File

@ -146,4 +146,3 @@ void view(const char *arg); /* views the tag with arg's index */
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 */