diff options
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -206,7 +206,8 @@ void change_directory(const char *path) { } int main(void) { - clear(); + clear(NULL); + // ReSharper disable once CppDFAEndlessLoop while (1) { printf("\n$ "); |
