summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index ec64ddb..69d718c 100644
--- a/main.c
+++ b/main.c
@@ -29,7 +29,7 @@ void sway_terminate(void) {
}
list_free(surfaces);
registry_teardown(registry);
- exit(1);
+ exit(EXIT_FAILURE);
}
int main(int argc, const char **argv) {