about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorarg@10ksloc.org <unknown>2006-08-04 10:27:16 +0200
committerarg@10ksloc.org <unknown>2006-08-04 10:27:16 +0200
commit8f698bd4ccea058019f9ca89ca19add300064b15 (patch)
tree638a52d9f024443e5eae6bfd1332ac5f1dfb1d53
parent99b126d0afe461960d001385c9ee13295c8ed543 (diff)
downloaddwm-8f698bd4ccea058019f9ca89ca19add300064b15.tar.gz
small stylistic fix
-rw-r--r--util.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/util.c b/util.c
index 7aff2aa..e29d8b0 100644
--- a/util.c
+++ b/util.c
@@ -30,7 +30,8 @@ emallocz(unsigned int size)
 }
 
 void
-eprint(const char *errstr, ...) {
+eprint(const char *errstr, ...)
+{
 	va_list ap;
 
 	va_start(ap, errstr);
:03:30 -0700 committer Kartik K. Agaram <vc@akkartik.com> 2015-05-05 20:03:30 -0700 1274' href='/akkartik/mu/commit/cpp/screen.mu?h=hlt&id=d27034341e69bd8bb5aea06a67d85b6984096faa'>d2703434 ^
a63ebc92 ^
d2703434 ^
a63ebc92 ^
d2703434 ^
a63ebc92 ^
d2703434 ^
a63ebc92 ^
d2703434 ^
a63ebc92 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27