projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1df4559
)
removed an unnecessary newline
author
Anselm R. Garbe
<arg@suckless.org>
Sat, 24 Feb 2007 13:08:27 +0000
(14:08 +0100)
committer
Anselm R. Garbe
<arg@suckless.org>
Sat, 24 Feb 2007 13:08:27 +0000
(14:08 +0100)
dwm.h
patch
|
blob
|
history
diff --git
a/dwm.h
b/dwm.h
index 56b8433b97da4949aae8a57690990825d7e46669..c00f691621f6159d76550b4a3b0c7b19deea1e38 100644
(file)
--- a/
dwm.h
+++ b/
dwm.h
@@
-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 */
-