From 864f2246b5dfeb023137d8f5ebb599e4eb6aedda Mon Sep 17 00:00:00 2001 From: Aaron Marcher Date: Fri, 4 Mar 2016 18:36:47 +0100 Subject: added config.def.h handling and fixed typo --- slstatus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'slstatus.c') diff --git a/slstatus.c b/slstatus.c index 77f900d..962744a 100644 --- a/slstatus.c +++ b/slstatus.c @@ -13,7 +13,7 @@ char *smprintf(char *fmt, ...); -void *setstatus(char *str); +void setstatus(char *str); char *wifi_signal(); char *battery(); -- cgit v1.2.3