diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-05-22 04:39:16 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-05-22 04:39:16 +0200 |
commit | 1b91d3e8f402829f336daa5f768e768aede373da (patch) | |
tree | 2039e6e2436ebf839ab28886dad27541d2a00d66 /src/main.c | |
parent | 7535cc788e37afaf9904d0ee8e2b98f1cb3a4cbd (diff) |
execute: fix typo
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index 5c2af042d9..3b9719fb56 100644 --- a/src/main.c +++ b/src/main.c @@ -165,7 +165,7 @@ static void install_crash_handler(void) { sa.sa_handler = crash; sa.sa_flags = SA_NODEFER; - sigaction_many(&sa, SIGNALS_CRASH_HANLDER, -1); + sigaction_many(&sa, SIGNALS_CRASH_HANDLER, -1); } static int make_null_stdio(void) { |