Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/games/acm/files/patch-dis-test-disscope.c
16151 views
1
--- dis/test/disscope.c.orig 1998-12-10 23:58:01.000000000 +0100
2
+++ dis/test/disscope.c 2011-06-21 13:01:46.689444826 +0200
3
@@ -172,7 +172,7 @@
4
#endif
5
++ count;
6
}
7
- return;
8
+ return 0;
9
}
10
11
char *
12
13