wmii

git clone git://oldgit.suckless.org/wmii/
Log | Files | Refs | README | LICENSE

commit 460e21c9c019690fcd9bc97d772cf61a30f3a808
parent 21a0cc12d75503c17380ee4dbd49d9e7b6db523c
Author: Kris Maglione <bsdaemon@wmii.de>
Date:   Fri, 23 Jun 2006 19:16:31 -0400

Fixed my last broken commit


Diffstat:
cmd/wm/fs.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/wm/fs.c b/cmd/wm/fs.c @@ -246,7 +246,7 @@ parse_colors(char **buf, int *buflen, BlitzColor *col) { } char * -message_root(char **data) +message_root(char *message) { unsigned int n;