mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05: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
|
||||
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
|
||||
implicit none
|
||||
logical (c_bool) :: crc13_check
|
||||
|
Loading…
Reference in New Issue
Block a user