Skip to content

Commit

Permalink
fixed pars() error
Browse files Browse the repository at this point in the history
  • Loading branch information
mjfitzpatrick committed Sep 12, 2023
1 parent 1bd2984 commit 8944dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noao/mtlocal/camera/cam_keywords.x
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ char comment[ARB] # Comment string
begin
call fprintf (fd, "%-8.8s= %20d / %-45.45s\n")
call pargstr (keyword)
call pargs (value)
call pargi (value)
call pargstr (comment)
end

Expand Down

0 comments on commit 8944dc5

Please sign in to comment.