author | pcpa <paulo.cesar.pereira.de.andrade@gmail.com> | 2023年03月20日 17:55:51 -0300 |
---|---|---|
committer | pcpa <paulo.cesar.pereira.de.andrade@gmail.com> | 2023年03月20日 17:55:51 -0300 |
commit | 31389c0cf8d3719c126e56fcbdc494e352d0e7b8 (patch) | |
tree | 84ffd0837bef374dc258b83a5f3bdd48d80f613b | |
parent | c1b912e6cabcaa0202217b99a434e536afc1eafd (diff) | |
download | lightning-31389c0cf8d3719c126e56fcbdc494e352d0e7b8.tar.gz |
-rw-r--r-- | include/lightning.h.in | 2 |
diff --git a/include/lightning.h.in b/include/lightning.h.in index 228a5bb..7c07788 100644 --- a/include/lightning.h.in +++ b/include/lightning.h.in @@ -1122,7 +1122,7 @@ typedef enum { #endif jit_code_htoni_ul, #if __WORDSIZE == 32 -# define jit_htoni(u,v) jit_htnoi_ui(u,v) +# define jit_htoni(u,v) jit_htoni_ui(u,v) #else # define jit_htoni(u,v) jit_htoni_ul(u,v) #endif |