about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-02-24 14:08:27 +0100
committerAnselm R. Garbe <arg@suckless.org>2007-02-24 14:08:27 +0100
commita58731e8355a1dd85df1275fe851c7a48648a162 (patch)
treeab39b8a7aae55067c911b5dae2d2fbeab04ff29e
parent1df45593ed0b5b0487fb605cb7dd46bcb09388e9 (diff)
downloaddwm-a58731e8355a1dd85df1275fe851c7a48648a162.tar.gz
removed an unnecessary newline
-rw-r--r--dwm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/dwm.h b/dwm.h
index 56b8433..c00f691 100644
--- 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 */
-
123'>123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197