SHA256
1
0
forked from pool/joe
joe/joe-4.6-nonvoid-functions.patch

11 lines
292 B
Diff
Raw Normal View History

Index: joe-4.6/joe/util/checkwidths.c
===================================================================
--- joe-4.6.orig/joe/util/checkwidths.c
+++ joe-4.6/joe/util/checkwidths.c
@@ -188,4 +188,5 @@ int main()
}
tcsetattr(fileno(stdin), TCSADRAIN, &org_attr);
+ return 0;
}