diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-12-07 08:04:50 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-12-07 08:04:50 +0800 |
commit | d9603434ec2a572ac46660ff05ecde16f5ce9999 (patch) | |
tree | 46359b790d738ec2e5d30ad4ff780c698285b6ce /midtrans.h | |
parent | d26e3419948c3aba72d337da81462162b52efa35 (diff) |
Add missing param
Diffstat (limited to 'midtrans.h')
-rw-r--r-- | midtrans.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ struct midtrans_echannel { #define midtrans_notification(x, y, z) _Generic((z),\ struct midtrans_transaction *\ : midtrans_notification_transaction\ - )(x, y) + )(x, y, z) #ifdef __cplusplus extern "C" { |