diff options
Diffstat (limited to 'tools/killev.c')
-rw-r--r-- | tools/killev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/killev.c b/tools/killev.c index 374aa1be7c..6d9fd925cb 100644 --- a/tools/killev.c +++ b/tools/killev.c @@ -83,7 +83,7 @@ kill_process (const char *proc_name, KillevComponent *comp) } static const char *patterns[] = { - "%s", "%.16s", "lt-%s", "lt-%.13s" + "%s", "%.16s", "lt-%s", "lt-%.13s", "%s.bin" }; static const int n_patterns = G_N_ELEMENTS (patterns); |