aewl
diff draw.c @ 487:be4f90c03582
applied Jukkas patch
author | arg@mmvi |
---|---|
date | Mon, 25 Sep 2006 08:21:51 +0200 |
parents | 8d564b9e3cd4 |
children | 3a812750f983 |
line diff
1.1 --- a/draw.c Fri Sep 22 18:48:35 2006 +0200 1.2 +++ b/draw.c Mon Sep 25 08:21:51 2006 +0200 1.3 @@ -80,7 +80,7 @@ 1.4 /* extern */ 1.5 1.6 void 1.7 -drawall() { 1.8 +drawall(void) { 1.9 Client *c; 1.10 1.11 for(c = clients; c; c = getnext(c->next)) 1.12 @@ -89,7 +89,7 @@ 1.13 } 1.14 1.15 void 1.16 -drawstatus() { 1.17 +drawstatus(void) { 1.18 int i, x; 1.19 1.20 dc.x = dc.y = 0;