Update ord.c

main
witchdocsec 2023-07-11 02:20:25 +01:00 committed by GitHub
parent ef19603d82
commit 0cff608191
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

1
ord.c
View File

@ -19,4 +19,5 @@ int main(){
stped = showord();
}
endwin();
return 0;
}