1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-30 05:59:07 +00:00

get rid of annoying warning

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@416 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Brenden Matthews 2005-11-17 00:32:39 +00:00
parent 7bca55fa56
commit 00e60c32d7

View File

@ -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) {