aboutsummaryrefslogtreecommitdiffstats
path: root/tools/killev.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/killev.c')
-rw-r--r--tools/killev.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/killev.c b/tools/killev.c
index 0ab1b23a90..419b958587 100644
--- a/tools/killev.c
+++ b/tools/killev.c
@@ -39,8 +39,8 @@ typedef struct {
GPtrArray *names;
} KillevComponent;
-GSList *languages;
-GHashTable *components;
+static GSList *languages;
+static GHashTable *components;
static gboolean
kill_process (const char *proc_name, KillevComponent *comp)
@@ -80,7 +80,7 @@ kill_process (const char *proc_name, KillevComponent *comp)
system (command);
g_free (command);
return TRUE;
-};
+}
static const char *patterns[] = {
"%s", "%.16s", "lt-%s", "lt-%.13s"