tremoved an unnecessary newline - dwm - [fork] customized build of dwm, the dynamic window manager
HTML git clone git://src.adamsgaard.dk/dwm
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit a58731e8355a1dd85df1275fe851c7a48648a162
DIR parent 1df45593ed0b5b0487fb605cb7dd46bcb09388e9
HTML Author: Anselm R. Garbe <arg@suckless.org>
Date: Sat, 24 Feb 2007 14:08:27 +0100
removed an unnecessary newline
Diffstat:
M dwm.h | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
DIR diff --git a/dwm.h b/dwm.h
t@@ -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 */
-