about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrappedflactypes.h
diff options
context:
space:
mode:
authorYang Liu <liuyang22@iscas.ac.cn>2023-04-16 15:23:27 +0800
committerGitHub <noreply@github.com>2023-04-16 09:23:27 +0200
commitf59675e9bf438cfca082c5d35bc07ca19762195b (patch)
treeb6bd9b0ee4c6aa97f03cc73f15a62f6cc511abf6 /src/wrapped/generated/wrappedflactypes.h
parentdd3ea0b5e6639e65b9e72e7fa0a36d162ccece1f (diff)
downloadbox64-f59675e9bf438cfca082c5d35bc07ca19762195b.tar.gz
box64-f59675e9bf438cfca082c5d35bc07ca19762195b.zip
[WRAPPER] Fixed a libFLAC func wrapper (for #701) (#702)
Diffstat (limited to 'src/wrapped/generated/wrappedflactypes.h')
-rw-r--r--src/wrapped/generated/wrappedflactypes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wrapped/generated/wrappedflactypes.h b/src/wrapped/generated/wrappedflactypes.h
index 6c1c3fa1..ffa36394 100644
--- a/src/wrapped/generated/wrappedflactypes.h
+++ b/src/wrapped/generated/wrappedflactypes.h
@@ -12,10 +12,10 @@
 #endif
 
 typedef int32_t (*iFppPPPPPP_t)(void*, void*, void*, void*, void*, void*, void*, void*);
-typedef int32_t (*iFppppppppp_t)(void*, void*, void*, void*, void*, void*, void*, void*, void*);
+typedef int32_t (*iFpppppppppp_t)(void*, void*, void*, void*, void*, void*, void*, void*, void*, void*);
 
 #define SUPER() ADDED_FUNCTIONS() \
 	GO(FLAC__metadata_chain_read_with_callbacks, iFppPPPPPP_t) \
-	GO(FLAC__stream_decoder_init_stream, iFppppppppp_t)
+	GO(FLAC__stream_decoder_init_stream, iFpppppppppp_t)
 
 #endif // __wrappedflacTYPES_H_