summaryrefslogtreecommitdiff
path: root/dselect
diff options
context:
space:
mode:
Diffstat (limited to 'dselect')
-rw-r--r--dselect/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dselect/main.cc b/dselect/main.cc
index 831bfef91..4dfc329ae 100644
--- a/dselect/main.cc
+++ b/dselect/main.cc
@@ -494,7 +494,7 @@ int main(int, const char *const *argv) {
}
cursesoff();
- standard_shutdown();
+ standard_shutdown(0);
return(0);
}