Update doughnut.c

This commit is contained in:
Arkaprabha Chakraborty
2022-03-16 17:24:32 +05:30
parent b0e6bf332a
commit cc00c29ad7

View File

@@ -148,7 +148,6 @@ char **build_frame(char **frame, int size, int i, int k) {
}
int main(int argc, char **argv) {
// Getting the size of the terminal
int size = terminal_size();
@@ -188,4 +187,4 @@ int main(int argc, char **argv) {
}
return 0;
}
}