Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/archivers/lha/files/patch-shuf.c
16147 views
1
--- src/shuf.c.orig 2000-10-04 14:57:38 UTC
2
+++ src/shuf.c
3
@@ -38,8 +38,7 @@ decode_start_st0( /*void*/ )
4
5
/* ------------------------------------------------------------------------ */
6
void
7
-encode_p_st0(j)
8
- unsigned short j;
9
+encode_p_st0(unsigned short j)
10
{
11
unsigned short i;
12
13
14