Skip to content

Commit

Permalink
Merge pull request #55 from queryverse/fix-bug
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
davidanthoff authored Dec 5, 2019
2 parents 7c50613 + f7affb5 commit 928266e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/C_interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function readstat_parser_free(parser::Ptr{Nothing})
end

function readstat_value_type(val::Value)
return ccall((:readstat_value_type, libreadstat), Cint, (Val,), val)
return ccall((:readstat_value_type, libreadstat), Cint, (Value,), val)
end

function readstat_parse(filename::String, type::Val{:dta}, parser::Ptr{Nothing}, ds::ReadStatDataFrame)
Expand Down

0 comments on commit 928266e

Please sign in to comment.