mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-13 07:29:54 +00:00
ksp: fix warnings in C files
This commit is contained in:
parent
8385e828e1
commit
abd6d93194
@ -25,9 +25,6 @@ void centerprint(int y, char *string) {
|
|||||||
|
|
||||||
int main(int argc, char **argv) {
|
int main(int argc, char **argv) {
|
||||||
|
|
||||||
int x,y,z;
|
|
||||||
int stages;
|
|
||||||
int s;
|
|
||||||
|
|
||||||
home();
|
home();
|
||||||
|
|
||||||
|
@ -25,7 +25,6 @@ void centerprint(int y, char *string) {
|
|||||||
|
|
||||||
int main(int argc, char **argv) {
|
int main(int argc, char **argv) {
|
||||||
|
|
||||||
int x,y,z;
|
|
||||||
int stages;
|
int stages;
|
||||||
int s;
|
int s;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user