dwm-meillo

diff util.c @ 75:f08271b7cb20

rearranged several stuff
author Anselm R. Garbe <garbeam@wmii.de>
date Sat, 15 Jul 2006 16:30:50 +0200
parents 50450aa24a46
children 4bd49f404f10
line diff
     1.1 --- a/util.c	Fri Jul 14 22:54:09 2006 +0200
     1.2 +++ b/util.c	Sat Jul 15 16:30:50 2006 +0200
     1.3 @@ -13,7 +13,7 @@
     1.4  #include "dwm.h"
     1.5  
     1.6  void
     1.7 -error(const char *errstr, ...) {
     1.8 +eprint(const char *errstr, ...) {
     1.9  	va_list ap;
    1.10  	va_start(ap, errstr);
    1.11  	vfprintf(stderr, errstr, ap);