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 6d9fd925cb..797e9230b5 100644 --- a/tools/killev.c +++ b/tools/killev.c @@ -59,7 +59,7 @@ kill_process (const char *proc_name, KillevComponent *comp) * found, so just bail completely. */ fprintf (stderr, _("Could not execute '%s': %s\n"), - KILL_PROCESS_CMD, strerror (errno)); + KILL_PROCESS_CMD, g_strerror (errno)); exit (1); } |