mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-07-18 17:45:23 -04:00
Fix a comment.
This commit is contained in:
parent
af1be084d4
commit
d66724f6e9
@ -1,6 +1,6 @@
|
|||||||
module packjt77
|
module packjt77
|
||||||
|
|
||||||
! These variables are accessible from outside via "use packjt":
|
! These variables are accessible from outside via "use packjt77":
|
||||||
parameter (MAXHASH=1000,MAXRECENT=10)
|
parameter (MAXHASH=1000,MAXRECENT=10)
|
||||||
character*13 callsign(MAXHASH)
|
character*13 callsign(MAXHASH)
|
||||||
integer ihash10(MAXHASH),ihash12(MAXHASH),ihash22(MAXHASH)
|
integer ihash10(MAXHASH),ihash12(MAXHASH),ihash22(MAXHASH)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user