mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-06-25 14:45:14 -04:00
Fix a typo - thanks NU0C.
This commit is contained in:
parent
13b5cc479b
commit
a09385604a
@ -26,7 +26,7 @@ module crc
|
|||||||
integer (c_int), value :: length
|
integer (c_int), value :: length
|
||||||
end function crc13
|
end function crc13
|
||||||
|
|
||||||
function crc13_check (data, length) bind (C, name="crc14_check")
|
function crc13_check (data, length) bind (C, name="crc13_check")
|
||||||
use, intrinsic :: iso_c_binding, only: c_bool, c_ptr, c_int
|
use, intrinsic :: iso_c_binding, only: c_bool, c_ptr, c_int
|
||||||
implicit none
|
implicit none
|
||||||
logical (c_bool) :: crc13_check
|
logical (c_bool) :: crc13_check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user