From 3b01e8967fe3dbe772f80a0c628a8e8c32563d2e Mon Sep 17 00:00:00 2001 From: Philip Kovacs Date: Sat, 4 Nov 2006 01:08:53 +0000 Subject: [PATCH] typo git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@723 7f574dfc-610e-0410-a909-a81674777703 --- src/audacious.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/audacious.c b/src/audacious.c index 8039483f..ee28fe93 100644 --- a/src/audacious.c +++ b/src/audacious.c @@ -202,7 +202,7 @@ void *audacious_thread_func(void *pvoid) break; } - /* Deliver the refreshed items array to g_items. */ + /* Deliver the refreshed items array to audacious_items. */ pthread_mutex_lock(&info.audacious.item_mutex); memcpy(&audacious_items,items,sizeof(items)); pthread_mutex_unlock(&info.audacious.item_mutex);