aboutsummaryrefslogtreecommitdiff
path: root/modules/computer.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/computer.c')
-rw-r--r--modules/computer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/computer.c b/modules/computer.c
index 0f48d907..e516cd54 100644
--- a/modules/computer.c
+++ b/modules/computer.c
@@ -116,7 +116,6 @@ static ModuleEntry entries[] = {
gchar *module_list = NULL;
Computer *computer = NULL;
gchar *meminfo = NULL;
-gchar *lginterval = NULL;
gchar *hi_more_info(gchar * entry)
{
@@ -370,6 +369,7 @@ gchar *callback_dev(void)
gchar *callback_memory_usage()
{
+ extern gchar *lginterval;
return g_strdup_printf("[Memory]\n"
"%s\n"
"[$ShellParam$]\n"