From 00e60c32d79e3cee22dbc92b9ec26482f99cff19 Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Thu, 17 Nov 2005 00:32:39 +0000 Subject: [PATCH] get rid of annoying warning git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@416 7f574dfc-610e-0410-a909-a81674777703 --- src/conky.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conky.c b/src/conky.c index ed026b66..9f4ce947 100644 --- a/src/conky.c +++ b/src/conky.c @@ -341,7 +341,7 @@ int check_mount(char *s) #ifdef X11 -static inline int calc_text_width(const char *s, unsigned int l) +static inline int calc_text_width(const char *s, int l) { #ifdef XFT if (use_xft) {