diff options
Diffstat (limited to 'games/jfsw/files/patch-jfbuild-src-kplib.c')
-rw-r--r-- | games/jfsw/files/patch-jfbuild-src-kplib.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/games/jfsw/files/patch-jfbuild-src-kplib.c b/games/jfsw/files/patch-jfbuild-src-kplib.c deleted file mode 100644 index 2479127a6fa2..000000000000 --- a/games/jfsw/files/patch-jfbuild-src-kplib.c +++ /dev/null @@ -1,13 +0,0 @@ -Make return-free function void - ---- jfbuild/src/kplib.c.orig 2020-09-03 06:19:21 UTC -+++ jfbuild/src/kplib.c -@@ -2495,7 +2495,7 @@ static int kddsrend (const char *buf, int leng, - //=============================== DDS ends ================================== - //=================== External picture interface begins ====================== - --int kpgetdim (const char *buf, int leng, int *xsiz, int *ysiz) -+void kpgetdim (const char *buf, int leng, int *xsiz, int *ysiz) - { - int *lptr; - const unsigned char *cptr; |