diff options
author | Anselm R. Garbe | 2007-02-24 14:08:27 +0100 |
---|---|---|
committer | Anselm R. Garbe | 2007-02-24 14:08:27 +0100 |
commit | a58731e8355a1dd85df1275fe851c7a48648a162 (patch) | |
tree | ab39b8a7aae55067c911b5dae2d2fbeab04ff29e /dwm.h | |
parent | 1df45593ed0b5b0487fb605cb7dd46bcb09388e9 (diff) |
removed an unnecessary newline
Diffstat (limited to 'dwm.h')
-rw-r--r-- | dwm.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 */ - |