diff options
Diffstat (limited to 'archivers/lha/files/patch-shuf.c')
-rw-r--r-- | archivers/lha/files/patch-shuf.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/archivers/lha/files/patch-shuf.c b/archivers/lha/files/patch-shuf.c new file mode 100644 index 000000000000..c6b976e4004b --- /dev/null +++ b/archivers/lha/files/patch-shuf.c @@ -0,0 +1,12 @@ +--- src/shuf.c.orig 2000-10-04 14:57:38 UTC ++++ src/shuf.c +@@ -38,8 +38,7 @@ decode_start_st0( /*void*/ ) + + /* ------------------------------------------------------------------------ */ + void +-encode_p_st0(j) +- unsigned short j; ++encode_p_st0(unsigned short j) + { + unsigned short i; + |