X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Fexit-status.c;h=9e14eb8bf5fe231d58a24f4507a1e574aa156526;hb=7168106367493a7610a4c06634725c40a3548be0;hp=5c73b4d3c0d1384c27e6edf748d8fa2cf162d357;hpb=ffb6c43e7985e837ae50f8831b98c9941c406969;p=elogind.git diff --git a/src/shared/exit-status.c b/src/shared/exit-status.c index 5c73b4d3c..9e14eb8bf 100644 --- a/src/shared/exit-status.c +++ b/src/shared/exit-status.c @@ -20,7 +20,6 @@ ***/ #include -#include #include "exit-status.h" #include "set.h" @@ -167,7 +166,7 @@ const char* exit_status_to_string(ExitStatus status, ExitStatusLevel level) { return "NOPERMISSION"; case EXIT_NOTINSTALLED: - return "NOTINSSTALLED"; + return "NOTINSTALLED"; case EXIT_NOTCONFIGURED: return "NOTCONFIGURED";