Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/editors/asedit/files/patch-asedit.c
16149 views
1
diff --git asedit.c asedit.c
2
index 3ec7e5a..a5b2b5e 100644
3
--- asedit.c
4
+++ asedit.c
5
@@ -556,7 +556,7 @@ int main (argc, argv)
6
char *argv[];
7
#else /* ! _NO_PROTO */
8
9
-int main (unsigned int argc, char *argv[])
10
+int main (int argc, char *argv[])
11
#endif
12
{
13
14
15