summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.c b/main.c
index 5744178..db8a7fe 100644
--- a/main.c
+++ b/main.c
@@ -206,7 +206,8 @@ void change_directory(const char *path) {
}
int main(void) {
- clear();
+ clear(NULL);
+ // ReSharper disable once CppDFAEndlessLoop
while (1) {
printf("\n$ ");